Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tools and logging for measuring performance #127

Open
KlaasH opened this issue Oct 2, 2018 · 0 comments
Open

Add tools and logging for measuring performance #127

KlaasH opened this issue Oct 2, 2018 · 0 comments
Labels
performance Something could be optimized

Comments

@KlaasH
Copy link
Collaborator

KlaasH commented Oct 2, 2018

For any performance enhancement that's not trivial to implement and obviously advantageous, we need a way to quantify the impact. We'll want both debug logging within the functions to be able to see what aspects of the execution are taking significant time and tooling to capture end-to-end request timing, since many of the potentially time-consuming pieces (e.g. cold starts) happen outside the actual Lambda function.

@KlaasH KlaasH added the performance Something could be optimized label Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Something could be optimized
Projects
None yet
Development

No branches or pull requests

1 participant