aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.67k stars 1.01k forks source link

Configuring a database proxy #1989

Open onurmatik opened 2 years ago

onurmatik commented 2 years ago

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?

Georgeygigz commented 1 year 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.

onurmatik commented 1 year ago

Hi @Georgeygigz - Unfortunately not. I believe it is not yet supported by Chalice.