Open onurmatik opened 2 years ago
Hi @onurmatik did you figure out how to manage RDS Proxy within the Chalice deployment cycle? I am also looking to achieve this kind of deployment.
Hi @Georgeygigz - Unfortunately not. I believe it is not yet supported by Chalice.
Using RDS proxy for database connections is crucial for saving limited db connections on concurrent executions.
However, as far as I understand, unlike the RDS configuration, they require configuration on Lambda function side as well, as described here: https://aws.amazon.com/tr/blogs/compute/using-amazon-rds-proxy-with-aws-lambda/
Can a DB proxy configuration be managed within Chalice deployment cycle?