| ▲ | ju-st 5 hours ago | |||||||
Would be interesting to add a cold start + "import boto3" benchmark for Python as importing boto3 takes forever on lambdas with little memory. For this scenario I only know this benchmark but it is from 2021 https://github.com/MauriceBrg/aws-blog.de-projects/tree/mast... | ||||||||
| ▲ | torginus 34 minutes ago | parent | next [-] | |||||||
I don't really use Python, but most AWS SDKs seem to be autogenerated for each language, and they're pretty much just thin wrappers over REST calls to interal AWS endpoints. I dunno why a Python impl would be particularly heavy. | ||||||||
| ▲ | anentropic an hour ago | parent | prev [-] | |||||||
if imports are slow one should probably look into pre-compiling .pyc files into the Lambda bundle | ||||||||
| ||||||||