(dynamodb): add support for Table Class in Table construct #18718
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p1
Description
DynamoDB offers two table classes designed to help you optimize for cost. The DynamoDB Standard table class is the default, and is recommended for the vast majority of workloads. The DynamoDB Standard-Infrequent Access (DynamoDB Standard-IA) table class is optimized for tables where storage is the dominant cost.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.TableClasses.html
Support already exists in CloudFormation, but hasn't been implemented in CDK.
Use Case
To create new tables or update existing tables to use the new DynamoDB Standard-IA table class.
Proposed Solution
Extending the Table construct implementation to include this CloudFormation attribute.
Other information
No response
Acknowledge
The text was updated successfully, but these errors were encountered: