(@aws-cdk/aws-events-targets module): Falsely detect change to Chinese text string #13634
Labels
@aws-cdk/aws-events-targets
blocked
Work is blocked on this issue for this codebase. Other labels or comments may indicate why.
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
needs-triage
This issue or PR still needs to be triaged.
p1
CDK CLI falsely detects a change to Chinese characters when there's no change at all.
The Chinese characters are passed into the constructor of Lambda function invoking event rule target as the event object.
Reproduction Steps
What did you expect to happen?
CDK CLI should know there's no change.
What actually happened?
CDK CLI falsely recognizes there's a change to the Chinese text string. Somehow, CDK CLI shows the current version of the text as a series of question marks "????".
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: