I'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
This is a 🚀 Feature Request
I've just noticed that
cdk diffis 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 diffbut 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 deployProposed Solution
cdk diffjust this command or with a flag to display the ChangeSet details also in AWS CF ChangeSet ConsoleThis is a 🚀 Feature Request