(DynamoDB): Add regionalArns to set of import props for DynamoDB Table #21322
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
ddb-legacy-table
This issue has to do with DynamoDB's legacy Table construct. Close after migration guide is out.
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
Not sure what the best approach to this would be, but...
If you create a table with replication regions in one stack and then import that table in another stack, none of the granted permissions in the second stack will allow access to the replicated tables.
I think its a fair question to ask: "How does the second stack know what replication regions exist?"
However, I still think there should be some way to import the table and grant access to all replication tables.
Right now I need to do something like this:
Use Case
More easily work with imported tables that have replication regions
Proposed Solution
Add replication regions to list of supported attributes with importing the table.
Something like:
Other Information
No response
Acknowledgements
CDK version used
2.31.1
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: