aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.68k stars 3.93k forks source link

(dynamodb): l2 construct for warm-throughput feature #32127

Open LeeroyHannigan opened 1 day ago

LeeroyHannigan commented 1 day ago

Describe the feature

https://aws.amazon.com/blogs/database/pre-warming-amazon-dynamodb-tables-with-warm-throughput/

Use Case

Allow users pre-warm their DynamoDB tables using CDK

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

LATEST

Environment details (OS name and version, etc.)

MacOS

khushail commented 23 hours ago

@LeeroyHannigan , thanks for submitting this request. As mentioned in this article, Cloudformation supports the pre-warming to DynamoDB Table, you can pre-warm your table by passing in values for warm throughput during the table creation process. This is what I see in your PR.

Referenced topics - provisionedThroughput OnDemandThroughPut

Thanks for PR submission. Appreciate your efforts!