Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 2 tasks
LeeroyHannigan opened this issue Nov 14, 2024 · 1 comment · May be fixed by #32128
Open
1 of 2 tasks

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

LeeroyHannigan opened this issue Nov 14, 2024 · 1 comment · May be fixed by #32128
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. p2

Comments

@LeeroyHannigan
Copy link
Contributor

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

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

CDK version used

LATEST

Environment details (OS name and version, etc.)

MacOS

@LeeroyHannigan LeeroyHannigan added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 14, 2024
@github-actions github-actions bot added the @aws-cdk/aws-dynamodb Related to Amazon DynamoDB label Nov 14, 2024
@LeeroyHannigan LeeroyHannigan linked a pull request Nov 14, 2024 that will close this issue
1 task
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. p2 and removed needs-triage This issue or PR still needs to be triaged. labels Nov 14, 2024
@khushail khushail self-assigned this Nov 14, 2024
@khushail
Copy link
Contributor

khushail commented Nov 14, 2024

@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!

@khushail khushail added effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Nov 14, 2024
@khushail khushail removed their assignment Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants