Hey, are there any examples out there for using RD...
# sst
m
Hey, are there any examples out there for using RDS Proxy? Looking to spin up a proof of concept for Aurora Serverless V2.
f
Hey @Michael Orcutt, you can check out this snippet to create the RDS Proxy in CDK https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-rds.DatabaseProxy.html#example
And here’s an example of how to connect to the Proxy in Lambda code (python) https://github.com/aws-samples/amazon-rds-proxy-demo/blob/master/code/lambda_function.py
Hope that helps.
m
That is helpful, thanks @Frank!