Skip to content

anuragdev101/psycopg2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

psycopg2

This repository provides psycopg2 Python 3.9 Library support for AWS Lambda with ssl. It is derived from https://github.com/jkehler/awslambda-psycopg2

Copy both the folders psycopg2 and psycopg2_binary.libs to your lambda function zip file. So overall your lambda function structure should look like:

Your-lambda-funcion --
   --psycopg2
   --psycopg2_binary.libs
   --lambda_function.py

Don't forget to renmae '_psycopg.cpython-37m-x86_64-linux-gnu.so' in 'psycopg2' to '_psycopg.so' before using :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages