-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(@aws-cdk/aws-events-targets module): Falsely detect change to Chinese text string #13634
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-events-targetsblockedWork is blocked on this issue for this codebase. Other labels or comments may indicate why.Work is blocked on this issue for this codebase. Other labels or comments may indicate why.bugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortneeds-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.p1
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-events-targetsblockedWork is blocked on this issue for this codebase. Other labels or comments may indicate why.Work is blocked on this issue for this codebase. Other labels or comments may indicate why.bugThis issue is a bug.This issue is a bug.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortneeds-cfnThis issue is waiting on changes to CloudFormation before it can be addressed.This issue is waiting on changes to CloudFormation before it can be addressed.needs-triageThis issue or PR still needs to be triaged.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