Y
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
ec109685
2355 days ago
I wonder where the threshold is that the proxy is beneficial. MySQL is actually really good at handling new connections.
link