jkehler/awslambda-psycopg2

Python 3.12 support

Opened this issue · 1 comments

We'd like to test it together with the new Lambda gracefull shutdown handler (available only in 3.12)
https://github.com/aws-samples/graceful-shutdown-with-aws-lambda/tree/main/python-demo

How did you do that?
I have tried docker build psycopg2-binary and although it works, it is officially not suitable for production.
i want to use the package built from sources.