async-python-lambda-template
async-python-lambda-template copied to clipboard
Cold start
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/