Hacker News new | ask | show | jobs
by LecroJS 428 days ago
What did you dislike about connecting to Postgres from AWS lambda?
1 comments

You have to build the driver. And sometimes libc version on lambda runtime is slightly different from libc that is linked to the driver.

Overall there was a lot of trial and error and no clear way to test everything locally in the container.