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

Update tutorial to support Lambda Provisioned Concurrency #424

Open
boxabirds opened this issue Dec 12, 2019 · 3 comments
Open

Update tutorial to support Lambda Provisioned Concurrency #424

boxabirds opened this issue Dec 12, 2019 · 3 comments

Comments

@boxabirds
Copy link
Contributor

Provisioned Concurrency, announced Dec 2019, takes some steps towards alleviating the cold start problem.

This means polling hacks can be removed.

The proposal therefore is to update the guide to at the least mention provisioned concurrency, and/or as part of it, demonstrate how to use it, and how it improves latency.

@jayair
Copy link
Contributor

jayair commented Dec 16, 2019

Yeah I think it's worth showing how to use it.

But I'm curious about the polling hacks. I don't think we do that in the guide?

@boxabirds
Copy link
Contributor Author

Hi @jayair -- not in the coding parts of the guide, no, but there are various mentions throughout the doc on cold starts. So maybe the first increment would be to add a note in the narrative section initially, and then maybe later a more advanced element.

@jayair
Copy link
Contributor

jayair commented Dec 29, 2019

I see. Thanks for the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants