aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

Add support for Python runtime 3.10 #175

Open adilnaimi opened 1 year ago

adilnaimi commented 1 year ago

Community Note

Tell us about your request Support Python 3.10 runtime.

Describe alternatives you've considered There is only an alternative if using an Image-based deployment, but it is not compatible with the App Runner configuration file.

Additional context Lambda runtime already has the plan to support python 3.10. It will be nice to have support in App runner because it keeps projects with multiple pieces deployed to AWS consistent regarding the used python version.

Our use case is:

App runner without the support of python 3.10 is a big barrier.

Attachments If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

CGarces commented 1 year ago

Please edit the additional context, there is no lamba runtime for python 3.10 yet, the current eta is 3 months

adilnaimi commented 1 year ago

Thank you @CGarces; I adjusted the additional context.

adilnaimi commented 1 year ago

AWS Lambda now supports Python 3.10 as both a managed runtime and a container base image

https://aws.amazon.com/about-aws/whats-new/2023/04/aws-lambda-python-3-10/

bobcolner commented 9 months ago

python 3.11 and 3.12 would be great too! AppRunner is way behind on Python -Are you planing on ever updating python?

janaka commented 5 months ago

Curious, why not just deoloy your own container?