Dan Vasquez

Results 3 comments of Dan Vasquez

I was able to get the 3.9 module to run on 3.11 by renaming the file `_psycopg.cpython-39-x86_64-linux-gnu.so` to `_psycopg.so`. I then zipped it up and created a layer

@isaaclall Rename this [file](https://github.com/jkehler/awslambda-psycopg2/blob/master/psycopg2-3.9/_psycopg.cpython-39-x86_64-linux-gnu.so) to `_psycopg.so`. Then zip the directory in the layer structure that you use e.g. `/python` or `site-packages` And deploy. You might want to use ssl to...

@zosiek666 does this have ssl support?