This repository demonstrates an issue around a deserialization problem the interaction the CodePipeline CloudFormation Action experiences when given templates of a certain size that contain unicode characters.
Configure AWS credentials in your current shell, then run:
npm ci
npx cdk deploy
Go to the CodePipeline console and observe the failures.
The relevant templates can be found and compared by running:
ls -al cdk.out/*/*.template.json