AbhimanyuHK / aws-psycopg2

A aws psycopg2 package from psycopg2 https://pypi.org/project/aws-psycopg2/
75 stars 11 forks source link

AWS Lambda Python 3.11 support and missing include/site/python3.7 #15

Open Brentc007 opened 1 year ago

Brentc007 commented 1 year ago

Hi @AbhimanyuHK It looks like the current version doesn't support the new AWS Lambda Python 3.11. It works well with 3.10 but not 3.11. Also I noticed for 3.09, 3.10 to work I had to create the folder include/site/python3.7 and copy the include/python/greenlet folder into it. Can this be added into the release? Regards, Brent

mmuehle commented 11 months ago

Hi @AbhimanyuHK, i've used the driver in lambdas in a lambda layer with python 3.10 without any issues. It would be so cool to have the support for python 3.11 in a new Release. Best regards