jkehler / awslambda-psycopg2

1.12k stars 363 forks source link

Python 3.12 support #86

Open max-lobur opened 6 months ago

max-lobur commented 6 months ago

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

TimothyCNSz commented 5 months ago

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.