Home:ALL Converter>AWS RDS Proxy connection

AWS RDS Proxy connection

Ask Time:2020-09-26T00:35:47         Author:Prasenjit

Json Formatter

I have written a golang aws lambda application and used sqlx for database connection .

I am having problem as the number of db connection is going up too quickly and exhausting the total number connection.

After doing some read, I came across aws rds proxy, but haven't get any example how to use it with Go.

Author:Prasenjit,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/64068099/aws-rds-proxy-connection
yy