Commit d1b07d9
authored
feat(rds): support zero ACU for Aurora Serverless V2 (#32231)
### Issue # (if applicable)
Closes #32234.
### Reason for this change
Amazon Aurora Serverless v2 supports scaling to zero capacity.
Ref: https://aws.amazon.com/about-aws/whats-new/2024/11/amazon-aurora-serverless-v2-scaling-zero-capacity/
### Description of changes
"Updated validation to permit zero as a value for `serverlessV2MinCapacity`.
### Description of how you validated changes
Fix unit tests and add an integ test.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 74086a0 commit d1b07d9
File tree
14 files changed
+2461
-6
lines changed- packages
- @aws-cdk-testing/framework-integ/test/aws-rds/test
- integ.cluster-serverless-v2-acu-0.js.snapshot
- asset.a1acfc2b5f4f6b183fd2bb9863f486bc5edef6a357b355a070d9a0e502df418c
- aws-cdk-lib/aws-rds
- lib
- test
14 files changed
+2461
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments