Hacker News new | ask | show | jobs
by kevinsundar 2355 days ago
They also have RDS Proxy (https://aws.amazon.com/rds/proxy/) that lets you pool connections from tons of lambda instances in order not to overwhelm your DB when scaling up.
1 comments

I wonder where the threshold is that the proxy is beneficial. MySQL is actually really good at handling new connections.