question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"FAILED, No updates are to be performed" when adding a "Transform" to a stack

See original GitHub issue

Describe 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:closed
  • Created 4 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
mpvossellercommented, Feb 7, 2020

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.

1reaction
SomayaBcommented, Sep 30, 2019

Hi @dplbd, there hasn’t been activity on this issue in a while, are you still experiencing this issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found