jkehler / awslambda-psycopg2

1.12k stars 363 forks source link

Code for python3.9 with ssl support here #80

Open anuragdev101 opened 1 year ago

anuragdev101 commented 1 year ago

Hi all,

If you want to use it for python3.9 with ssl support, find it here: https://github.com/anuragdev101/psycopg2

vvaezian commented 1 year ago

@anuragdev101 your solution is much heavier than the packages in the current repo. Yours is 7.25mb (unzipped). The 3.8 version with ssl from the current repo is 1.73mb (unzipped). Since these are used for Lambda, the size can be important.

anuragdev101 commented 11 months ago

I recently compiled it for 3.11 here

sumanbk92 commented 1 month ago

Why opening an issue for this @anuragdev101 ? Can't you re-compile with and put it here : https://github.com/jkehler/awslambda-psycopg2/tree/master/with_ssl_support itself, by raising a PR ? I also agree for the bundle size as mentioned by @vvaezian - It should be not be bulky, as we use it in lambda