(aws-dynamodb): DeletionPolicy is not propagated to replicas #17011
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
bug
This issue is a bug.
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
p2
What is the problem?
When a Table is created with multiple replicationRegions, the retention policy is not propagated to the
Custom::DynamoDBReplica
resources that get created under cloudformation.Reproduction Steps
What did you expect to happen?
we expect the table in main region as well as the replicas to be retained after removing the CDK resource.
What actually happened?
we see that the table in main region is retained but the replicas are deleted after removing the CDK resource.
CDK CLI Version
1.126.0
Framework Version
No response
Node.js Version
14.16.1
OS
Linux
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: