async-python-lambda-template
async-python-lambda-template copied to clipboard
Build a high-performance Python function in AWS lambda using asyncio, aiohttp and aiobotocore.
Results
1
async-python-lambda-template issues
Sort by
recently updated
recently updated
newest added
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...