Skip to content

aws-docdb: support Serverless Cluster #35199

@mazyu36

Description

@mazyu36

Describe the feature

Amazon DocumentDB Serverless is now general available.
L1 Construct supports it, but L2 Construct doesn't yet.

https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-serverlessv2scalingconfiguration

Use Case

To use Serverless Cluster.

Proposed Solution

Support for ServerlessV2ScalingConfiguration in L2 construct.

However, since the instanceType property is required in the L2 DatabaseCluster construct, we cannot simply add a new property.

A possible solution would be to create a new L2 construct such as ServerlessCluster.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS CDK Library version (aws-cdk-lib)

all

AWS CDK CLI version

all

Environment details (OS name and version, etc.)

all

Metadata

Metadata

Labels

@aws-cdk/aws-docdbRelated to Amazon DocumentDBeffort/mediumMedium work item – several days of effortfeature-requestA feature should be added or improved.p2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions