Join Slack
Powered by
Hey, are there any examples out there for using RD...
# sst
m
Michael Orcutt
05/01/2022, 4:50 PM
Hey, are there any examples out there for using RDS Proxy? Looking to spin up a proof of concept for Aurora Serverless V2.
f
Frank
05/01/2022, 10:23 PM
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
Frank
05/01/2022, 10:27 PM
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
Frank
05/01/2022, 10:27 PM
Hope that helps.
m
Michael Orcutt
05/01/2022, 10:36 PM
That is helpful, thanks
@Frank
!
Open in Slack
Previous
Next