-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(rds): support for Aurora Serverless V2 #20197
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p1
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-rdsRelated to Amazon Relational DatabaseRelated to Amazon Relational Databaseeffort/largeLarge work item – several weeks of effortLarge work item – several weeks of effortfeature-requestA feature should be added or improved.A feature should be added or improved.in-progressThis issue is being actively worked on.This issue is being actively worked on.p1
Describe the feature
Please like the original post instead of leaving a +1 comment.
Add CDK support for aurora serverless v2 ideally via the ServerlessCluster construct.
edit there's a few solutions using base cloud formation constructs in the comments. Please see those for a work around.
Currently deploying a Serverless V2 instance via cdk doesn't seem possible.
I've got this far
but I keep running into this error
Which I can't figure out a way around.
Use Case
Need to create a DB via CDK. I want to use Serverless V2 because of the support for mysql 8.0.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.15.0
Environment details (OS name and version, etc.)
mac OS X