Skip to content

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

@danlaramay

Description

@danlaramay

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

Metadata

Metadata

Assignees

Labels

@aws-cdk/coreRelated to core CDK functionalitybugThis issue is a bug.p2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions