(dynamodb): Tags not propagated to CfnGlobalTable #25443
Labels
@aws-cdk/aws-dynamodb
Related to Amazon DynamoDB
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
Tags are not propagated to CfnGlobalTable despite it being a taggable resource
Expected Behavior
I expect tags to be created on my Global Tables
Current Behavior
Tags are not created on Global Tables
Reproduction Steps
Attempt to tag to a CfnGlobalTable
Possible Solution
This doesn't work because tags are a second level property of
CfnGlobalTable
- tags are applied per replica https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-replicaspecification.htmlAdditional Information/Context
No response
CDK CLI Version
2.78.0
Framework Version
No response
Node.js Version
.
OS
.
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: