top | item 43739107 (no title) LecroJS | 10 months ago What did you dislike about connecting to Postgres from AWS lambda? discuss order hn newest CafeRacer|10 months ago 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.
CafeRacer|10 months ago 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.
CafeRacer|10 months ago
Overall there was a lot of trial and error and no clear way to test everything locally in the container.