AWS Lambda and RDS Connection Nightmare (How I Got Out) 🧟♂️
A view on connection pooling, Lambda freezing, and RDS Proxy
May 21, 20235 min read145

Search for a command to run...
Series
A view on connection pooling, Lambda freezing, and RDS Proxy

Tips on how to reduce your node app size and the benefits

In the desire to make our node_modules folder as small as possible when deploying on Lambda, we thought about reusing node packages that could already be existing on Lambda in my team. But after searching and rephrasing keywords severally, we couldn'...
