docker-lambda
docker-lambda copied to clipboard
Python 3.12
Hi, I'm willing to try and add python 3.12 support.
I've seen https://github.com/mLupine/docker-lambda/issues/18 is discussing refactoring everything to use the official base images.
Should this be done before adding python 3.12? Or can python 3.12 support be added the old way?
If done the old way, I believe this depends on having python 3.12 support in serverless first:
- https://github.com/serverless/serverless/issues/12299
- https://github.com/serverless/serverless/pull/12300