async-python-lambda-template icon indicating copy to clipboard operation
async-python-lambda-template copied to clipboard

Cold start

Open plyd opened this issue 5 years ago • 0 comments

Thanks for this example and explanation.

In the readme: AWS lambda components can suffer from cold start times (~300ms with Python) so if your service needs very fast response times then you may require a dedicated server instance instead.

Actually, this is the purpose of provisioned concurrency: https://aws.amazon.com/blogs/aws/new-provisioned-concurrency-for-lambda-functions/

plyd avatar Nov 24 '20 17:11 plyd