psycopg2-lambda-layer
psycopg2-lambda-layer copied to clipboard
Support Python 3.9
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?
Sure, what region do you need it in?
Sure, what region do you need it in?
eu-central-1
Can I throw a vote / request behind us-west-2 ? 🙏 Thank you !
I think supporting all regions as 3.8 from the start will decrease your workload.
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
There exists an issue for lambci/lambda:build-python3.9 support.
lambci/docker-lambda#348
Can we now get the support for python 3.9 of this layer is us-east-2?
We need a docker image to build it with. See https://github.com/lambci/docker-lambda/pull/348 Feel free to send a PR with support for 3.9
Support for python 3.9 us-east-2 would be appreciated
eu-west-3 please 🙏 Thank you !
The lambci repository has been inactive, but there is a fork with python3.9 support at https://github.com/mLupine/docker-lambda (discussed here https://github.com/lambci/docker-lambda/issues/353#issuecomment-943301567). Could that be just switched in instead?
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
Cool, I invite anyone to fork this and build for 3.9. Open a PR with your lambda layer ARNs.
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