ylliX - Online Advertising Network

How Can I import Psycopg2 into a lambda Function on AWS??? I have tried everything and It continues to Fail

I am trying to import the Psycopg2 library into a lambda function but everytime it continues to fail, I have tried pip installing the library then zipping it with the .py file, it fails… with “”Unable to import module ‘lambda_function’: No module named ‘psycopg2._psycopg’”. Then I tried to use Docker and create a container to […]

Pandas v Psycopg:

Image by Author Following on from a story I wrote comparing the speed of Pandas and Polars libraries in terms of reading and writing data — from and to — a Postgres database I thought it might be interesting to do a similar comparison between Pandas and Psycopg2. If you need to get data from […]