-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(@aws-cdk/aws-dynamodb): CMK should be supported with Global dynamo db #15258
Comments
Hey @vishleshpatel , thanks for opening the issue, but I actually believe this is a DynamoDB limitation. Do you have some documentation that says this should work? Thanks, |
@skinny85 , sure. they started allowing since Nov 2020 it seems. |
Thanks for the info @vishleshpatel. Marking this as a feature request. If you'd be interested in contributing it, that would be awesome! Here's our "Contributing" guide: https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md. |
Any ETA when this can be done? |
We don't have this task in our immediate plans @vedsarkushwaha. PRs are definitely welcome. |
Closing in favor of #15957 |
|
description of the bug:
CDK throws error when Global Dynamo DB is used with CMK.
Error: TableEncryption.CUSTOMER_MANAGED is not supported by DynamoDB Global Tables (where replicationRegions was set)
Reproduction Steps
What did you expect to happen?
build Global Dynamo DB with CMK.
What actually happened?
Resource creation failed with : TableEncryption.CUSTOMER_MANAGED is not supported by DynamoDB Global Tables (where replicationRegions was set)
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: