awslambda-psycopg2 icon indicating copy to clipboard operation
awslambda-psycopg2 copied to clipboard

Results 20 awslambda-psycopg2 issues
Sort by recently updated
recently updated
newest added

Hello! This has been an awesome package and has solved so many issues for me until now. Currently I am using an AWS lambda which needs `psycopg2` as a required...

… layer This helped me so much! One error which took me a while was how to package properly for aws layer and access as an import. This commit updates...

Would someone with a machine that doesn't throw errors during the compilation of this be able to upload?

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...

I am basically trying to do the following for AWS Lambda for psycopg2. I am trying with the following source code bases and I get the error below. Python 3.8.1...

Hi, I'm not able to use psycopg2 for 3.9. I get the ""Unable to import module 'lambda_function': No module named 'psycopg2'"," Please let me know if anyone has tested it...

Can you declare the license explicitly here? I saw the license from PostgreSQL and psycopg2, https://www.psycopg.org/docs/license.html https://www.postgresql.org/about/licence/ Thanks.

OMG Thanks so much! It worked! This is a life saver. Just proposed a minor update to the readme to hopefully make it clear that it works with 3.7 and...

The latest version of psycopg2 has improvements like ability to fetch with `extras.executevalues()`. It would be awesome if you could update this repo to support the latest version.

* Rebuilt the 3.6 libraries on a t2.micro with AMI ID amzn-ami-hvm-2018.03.0.20190611-x86_64-gp2 (ami-035b3c7efe6d061d5) * Updated to psycopg2 2.8.3 Should resolve #48 for 3.6