1 Answer
- Newest
- Most votes
- Most comments
5
AWS released RDS Proxy a while back for these use cases. Aurora Serverless v2 now supports it - see https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html.
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
I would just add that you do not need to create and destroy the connection in each invocation. Just create the connection at function init time and let it remain open.