"FAILED, No updates are to be performed" when adding a "Transform" to a stack
See original GitHub issueDescribe the bug
When using templateOptions.transform
on a stack the below error will appear on any stack that has no updates.
❌ cdk-app failed: Error: Failed to create ChangeSet CDK-2372b61b-68c3-4cad-a447-9e5f78c8fe11 on cdk-app: FAILED, No updates are to be performed.
Failed to create ChangeSet CDK-2372b61b-68c3-4cad-a447-9e5f78c8fe11 on cdk-app: FAILED, No updates are to be performed.
Error: Failed to create ChangeSet CDK-2372b61b-68c3-4cad-a447-9e5f78c8fe11 on cdk-app: FAILED, No updates are to be performed.
at waitFor (/tmp/.nvm/versions/node/v11.10.1/lib/node_modules/cdk/node_modules/aws-cdk/lib/api/util/cloudformation.ts:115:11)
at processTicksAndRejections (internal/process/next_tick.js:81:5)
To Reproduce
$ cdk deploy
Expected behavior If no changes are generated just move on to the next stack.
Version:
- OS: macOS 10.14.4
- Programming Language: Typescript
- CDK Version: 0.31.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Resolve change set errors in CloudFormation - Amazon AWS
I receive an error when I try to import resources into an AWS ... After the import operation completes, update the stack again...
Read more >no updates are to be performed in Cloudformation returns ...
When I execute in my CI aws-cli to update CloudFormation stack, I get the following error message:
Read more >Troubleshooting CloudFormation - 亚马逊云科技
No updates to perform. To update an Amazon CloudFormation stack, you must submit template or parameter value changes to Amazon CloudFormation. However, Amazon ......
Read more >Top 10 Serverless Deployment Errors (and How to Fix Them)
To prevent a stack failure and avoid the error message, change any resources with custom names to use different names before you update...
Read more >aws-cloudformation-deploy:0.10.0 doesn't handle no...
WARNING : No updates are to be performed for stack STACKNAME_IN_UPDATE_ROLLBACK_COMPLETE. INFO: Waiting for update COMPLETE status... ✖ Failed ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi. I am experiencing this issue as well. Can you please re-open. I put together a sample project to demonstrate the issue here: https://github.com/mpvosseller/aws-cdk-issue-2553 Thanks.
Hi @dplbd, there hasn’t been activity on this issue in a while, are you still experiencing this issue?