Reputation: 220
I am looking for AWS Lambda to handle RDS Database connection pooling mechanism or do we have work around for this????
If we not having option for this i will face max connection error quickly..
Upvotes: 15
Views: 12550
Reputation: 4710
RDS Proxy has been released but its on Preview mode, it should handle your case
https://aws.amazon.com/about-aws/whats-new/2019/12/amazon-rds-proxy-available-in-preview/
Upvotes: 1
Reputation: 332
At last your query has been answered by AWS recently.
Hope this helps you out!
Upvotes: 7
Reputation: 31
There are two aspects to the problem, I had similar issue and this is how I mitigated.
Here is a good read - http://blog.spotinst.com/2017/11/19/best-practices-serverless-connection-pooling-database/
Upvotes: 3