Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python 3.9 #31

Closed
quiver opened this issue Sep 9, 2021 · 14 comments
Closed

Support Python 3.9 #31

quiver opened this issue Sep 9, 2021 · 14 comments

Comments

@quiver
Copy link

quiver commented Sep 9, 2021

AWS Lambda supports Python 3.9 in all regions where Lambda is available from Mid August 2021.

AWS Lambda adds support for Python 3.9

Can you consider to provide 3.9 Layers?

@revmischa
Copy link
Member

Sure, what region do you need it in?

@quiver
Copy link
Author

quiver commented Sep 9, 2021

Sure, what region do you need it in?

eu-central-1

@bahoo
Copy link

bahoo commented Sep 10, 2021

Can I throw a vote / request behind us-west-2 ? 🙏 Thank you !

@quiver
Copy link
Author

quiver commented Sep 10, 2021

I think supporting all regions as 3.8 from the start will decrease your workload.

@revmischa
Copy link
Member

revmischa commented Sep 10, 2021

Might need to wait for docker.io/lambci/lambda:build-python3.9 to exist
https://hub.docker.com/r/lambci/lambda/tags?page=1&ordering=last_updated

@quiver
Copy link
Author

quiver commented Sep 29, 2021

There exists an issue for lambci/lambda:build-python3.9 support.

lambci/docker-lambda#348

@Malikx-Alee
Copy link

Can we now get the support for python 3.9 of this layer is us-east-2?

@revmischa
Copy link
Member

We need a docker image to build it with. See lambci/docker-lambda#348
Feel free to send a PR with support for 3.9

@jpb8
Copy link

jpb8 commented Dec 27, 2021

Support for python 3.9 us-east-2 would be appreciated

@hassanejaz
Copy link

eu-west-3 please 🙏 Thank you !

@samunstein
Copy link

The lambci repository has been inactive, but there is a fork with python3.9 support at https://github.com/mLupine/docker-lambda (discussed here lambci/docker-lambda#353 (comment)). Could that be just switched in instead?

@mswezey23
Copy link

The lambci repository has been inactive, but there is a fork with python3.9 support at https://github.com/mLupine/docker-lambda (discussed here lambci/docker-lambda#353 (comment)). Could that be just switched in instead?

That should be sufficient. I've used that specific one for python 3.9 in AWS lambdas w/ successful results

@revmischa
Copy link
Member

Cool, I invite anyone to fork this and build for 3.9. Open a PR with your lambda layer ARNs.

@revmischa
Copy link
Member

New layers:

      # py 3.9:
      - arn:aws:lambda:us-east-1:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:us-east-2:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:us-west-1:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:us-west-2:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:ca-central-1:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:eu-west-1:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:eu-west-2:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:eu-west-3:898466741470:layer:psycopg2-py39:1
      - arn:aws:lambda:eu-central-1:898466741470:layer:psycopg2-py39:1

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

No branches or pull requests

8 participants