Mischa Spiegelmock
Mischa Spiegelmock
The cause of this: https://github.com/jmcarp/flask-apispec/issues/124 PR: https://github.com/jmcarp/flask-apispec/pull/125
Sure, what region do you need it in?
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
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
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 ```
We need a docker script to build it; see https://github.com/jetbridge/psycopg2-lambda-layer/issues/31 If you have an idea for an appropriate docker script, please send a PR!
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 ```
Does https://github.com/jetbridge/cdk-nextjs/pull/37 fix your issue if you try it out?
If anyone knows how to fix this I'd love to hear it!