Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Need support for python3.9 #343

Open
xncbf opened this issue Aug 20, 2021 · 10 comments
Open

Need support for python3.9 #343

xncbf opened this issue Aug 20, 2021 · 10 comments

Comments

@xncbf
Copy link

xncbf commented Aug 20, 2021

Ref https://aws.amazon.com/blogs/compute/python-3-9-runtime-now-available-in-aws-lambda/

@mhihasan
Copy link

How long it would take to support python 3.9? Currently I am using 3.9 lambda runtime. Is there any way to build myself?

@mebibou
Copy link

mebibou commented May 19, 2022

would be great to have lambci/lambda:build-python3.9 available

@pdecat
Copy link

pdecat commented May 19, 2022

You may want to switch to public.ecr.aws/sam/build-python3.9 images like the terraform-aws-lambda module did recently:
terraform-aws-modules/terraform-aws-lambda@ecb3807#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R466

@mebibou
Copy link

mebibou commented May 19, 2022

public.ecr.aws/sam/build-3.9

Seems they dont have 3.9 either:

docker: Error response from daemon: repository public.ecr.aws/sam/build-3.9 not found: name unknown: The repository with name 'build-3.9' does not exist in the registry with id 'sam'.

@mebibou
Copy link

mebibou commented May 19, 2022

@pdecat I switched to one of the fork as suggested in a merge request: mlupin/docker-lambda:python3.9-build

@pdecat
Copy link

pdecat commented May 19, 2022

Sorry, meant public.ecr.aws/sam/build-python3.9.

This is an official AWS image: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-image-repositories.html

@mebibou
Copy link

mebibou commented May 19, 2022

@pdecat right sorry should have spotted the python missing as well, thansk!

@sany2k8
Copy link

sany2k8 commented Sep 26, 2022

Any further updates about python v3.9?

@johnwlockwood
Copy link

I can confirm you can use the public.ecr.aws/sam/build-python3.9:latest image in the same way as you did lambci/lambda:build-python3.8

@koorukuroo
Copy link

koorukuroo commented Dec 13, 2022

I can confirm you can use the public.ecr.aws/sam/build-python3.9:latest image in the same way as you did lambci/lambda:build-python3.8

Just change public.ecr.aws/sam/build-python3.9:latest, it well works! :D

Ref : https://gallery.ecr.aws/sam/build-python3.9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants