Closed straygar closed 1 year ago
I hit this error again as my template contains German umlauts (on purpose). So, in this case, there is no way around it, as these characters need to be in the template.
I pinged the CodePipeline team again. Is there anything else we can do to escalate this? UTF-8 is no new thing
Not related to CDK, but I stumbled into this issue while debugging same error message. Our CF template is about 81KB. It had character ä
in one comment. Removing that solved the issue.
Hi everyone in this thread.
Good news, CodePipeline team have been able to diagnose and fix this issue!
There are now no more problems deploying CloudFormation templates that contain unicode characters from CodePipeline. Closing this issue. Thank you all for sticking it out.
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Not 100% sure if this is a CDK, CodePipeline or CloudFormation bug.
It appears that CloudFormation bug (https://github.com/aws/aws-cdk/issues/11910) that has blocked our deployments for a few weeks was fixed! 🎉
However, trying to deploy the same stack to our first application stage now results in the following:
Which is odd - if I synthesize that stack locally, the YAML produced is only ~3000 lines long. Not really sure what I can do on my side to pinpoint the syntax error, if there is one.
Reproduction Steps
What did you expect to happen?
The stack to be deployed successfully in all application stages.
What actually happened?
The prepare step for the stack in the first stage fails with the error:
Environment
Other
eu-north-1
f1bed18e-5916-44ef-acf0-edb3215d8c74
6c5ea7db-4315-4f03-9b58-97af912c627a
This is :bug: Bug Report