jkehler/awslambda-psycopg2

SSL support for PSYCOPG2 3.9

Opened this issue · 4 comments

Hi Team,
I can see the psycopg2 Python Library for AWS Lambda generated for Python version 3.9.
I am looking for the same along with SSL support.

Can you please help me generate the same ?
Thanks in advance!

Came here to request the same. I've been struggling for 4 hours on two separate machines to compile postgresql with ssl support for Python 3.9 and could really use this.

ma-bi commented

I would as well appreciate the SSL version for python 3.9 :)

Can you try this once? https://github.com/anuragdev101/psycopg2

@anuragdev101 , Could you please raise the pull request to https://github.com/jkehler/awslambda-psycopg2/tree/master/with_ssl_support ?

I'm skeptical about renaming the _psycopg.cpython-37m-x86_64-linux-gnu.so to _pyscopg.so in your repo

It would be great if you could re-compile and put it there jkelhler repo itself, so everything would be in one place.