CDK DIFF not displaying in AWS CF ChangeSet console
See original GitHub issueI’ve just noticed that cdk diff
is not displaying the ChangeSet in the AWS CF Console.
Why ? Any reason for that ?
( seeing the ChangeSet in AWS CF Console history is too late with cdk deploy)
I like seeing the changes in console using cdk diff
but they should be identical to what I should be visualising in AWS CF ChangeSet before applying them. Are they identical ?
Use Case
daily scenario: updating existing Stacks in various environments
I don’t want to check the ChangeSet history but I would like to check prior to applying the changes with cdk deploy
Proposed Solution
cdk diff
just this command or with a flag to display the ChangeSet details also in AWS CF ChangeSet Console
- 👋 I may be able to implement this feature request
- ⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
cdk diff does not diff from console changes - Stack Overflow
You will be able to see the ChangeSet in AWS CloudFormation Console, validate the resources and discard or execute the ChangeSet.
Read more >Viewing a change set - AWS CloudFormation
The CloudFormation console directs you to the nested change set's details page. You can choose Go to root change set to view the...
Read more >AWS CDK Toolkit (cdk command) - AWS Documentation
cdk diff. Compares the specified stack and its dependencies with the deployed stacks or a local CloudFormation template. cdk metadata. Displays metadata ...
Read more >AWS CDK Toolkit (cdk command) - AWS Documentation
cdk diff. Compares the specified stack and its dependencies with the deployed stack(s) or a local CloudFormation template. cdk metadata. Displays metadata ...
Read more >Updating stacks using change sets - AWS CloudFormation
You can create and manage change sets using the CloudFormation console, AWS CLI, or CloudFormation API. Topics. Creating a change set · Viewing...
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
Great job guys! Many thanks @robertma96 @SomayaB @eladb Can’t wait to use this in the future release.
Related to #3780