1 Answer
- Newest
- Most votes
- Most comments
1
If you're referring to this documentation https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html#data-api.calling.python then it will only work if you have an Aurora Serverless v1 (not v2) and a Data API enabled.
When enabling the Data API, you'll be creating a secret, and its ARN then you'll be putting in the secret_arn variable in that python script
answered a year ago
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
can you please explain how to connect to serverless V2 using python?