aws_cdk.triggers: When using a CDK stack containing a trigger, an exception is thrown if a tag is added from a SSM parameter. #28072
Labels
@aws-cdk/core
Related to core CDK functionality
@aws-cdk/triggers
Related to the triggers package
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
needs-review
p1
Describe the bug
When using a CDK stack containing a trigger, an exception is thrown if a tag is added from a SSM parameter.
The exception is:
Expected Behavior
I would expect the stack to deploy with all resources tagged with the tag
Current Behavior
An exception is thrown
Reproduction Steps
Deploy the stack:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.105.0 (build 04cb52d)
Framework Version
No response
Node.js Version
v18.18.2
OS
Windows Linux
Language
Python
Language Version
Python 3.9.13
Other information
No response
The text was updated successfully, but these errors were encountered: