aws / aws-lambda-base-images

Apache License 2.0
669 stars 109 forks source link

Python images: Add builds using the AWS Common Runtime #147

Open symroe opened 7 months ago

symroe commented 7 months ago

The CRT and boto3[crt] might improve performance of some projects.

Of course, boto3[crt] can be installed manually, or a custom image can be made that includes it, however it would be nice to have pre-built images that include this version of boto3 by default. This could be an opt-in by selecting e.g python3.11-crt as the runtime.