Replies: 2 comments 1 reply
-
If someone else answers you, that's great. I personally don't have experience with lambda, and, because it is a paid-for proprietary platform, I cannot learn it for free, but only for a paid-for consultancy. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@dvarrazzo, removing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm trying to build psycopg2 for lambda runtime, got the following error that i can't seems to figure out, please help!
i'm packaging the psycopg2 built artifact including the libpq.* files from the postgresql build into the lambda runtime, and got the following error
[ERROR] Runtime.ImportModuleError: Unable to import module 'main': /opt/python/psycopg2/_psycopg.cpython-312-x86_64-linux-gnu.so: undefined symbol: pg_strerror
here's how i'm building psycopg2 https://github.com/minhio/psycopg2-lambda/blob/b4d8334aab37547b667080394c782d740cdd2a0f/Dockerfile
what am i missing? am i not building it correctly?
Beta Was this translation helpful? Give feedback.
All reactions