Zappa
Zappa copied to clipboard
Add support for python 3.10
Title says it all. Ubuntu 22 ships with python 3.10 by default so it would be nice to have zappa support 3.10
Zappa now supports docker based lambda deployments, but aws doesn't not yet provide a python3.10 lambda runtime. Once aws provides a 3.10 runtime, we'll work on getting support in.
This issue covers the docker usecase: https://github.com/zappa/Zappa/issues/1140
Any update on this? AWS now supports python3.10
Good question: the official aws base image supports Python 3.10 here https://github.com/aws/aws-lambda-base-images/blob/python3.10/Dockerfile.python3.10
@ipsbrittainm @dennybiasiolli
AWS didn't release the python3.10 runtime support for zip-based packages.
However, you can use python3.10 runtime with container-based deployments and it's already supported in Zappa.
Any updates on this issue?
https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
python3.10 on AWS lambda is READY ❗
Added in 0.57.0 release, published to pypi 5/19, closing.