Open
Conversation
orien commented Sep 24, 2025
| const execute = deploymentMethod.execute ?? true; | ||
| const importExistingResources = deploymentMethod.importExistingResources ?? false; | ||
| const changeSetDescription = await this.createChangeSet(changeSetName, execute, importExistingResources); | ||
| const executeExistingChangeSet = deploymentMethod.executeExistingChangeSet ?? false; |
Contributor Author
There was a problem hiding this comment.
Support deploying/executing an existing CloudFormation change set.
97b1243 to 25acc82 Compare 25acc82 to 09163dd Compare 09163dd to b2bae60 Compare b2bae60 to ef4cdd3 Compare ef4cdd3 to 7920c88 Compare 7920c88 to 5844733 Compare 5844733 to 91a2f71 Compare 91a2f71 to c1e9805 Compare c1e9805 to 797befd Compare 797befd to a4bedea Compare Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## main #892 +/- ## ========================================== + Coverage 87.70% 87.93% +0.22% ========================================== Files 72 72 Lines 10121 10203 +82 Branches 1337 1352 +15 ========================================== + Hits 8877 8972 +95 + Misses 1219 1206 -13 Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a4bedea to bdc029f Compare bdc029f to fbfa223 Compare fbfa223 to 8e8d4c1 Compare 8e8d4c1 to 5ca2053 Compare 5ca2053 to 562c273 Compare 562c273 to 274be5e Compare 274be5e to 7704aa0 Compare 7704aa0 to f297641 Compare f297641 to 71ddd41 Compare 71ddd41 to 02c4bae Compare 02c4bae to 4dd1262 Compare 4dd1262 to 21c3271 Compare 21c3271 to 5483639 Compare dd56c55 to ac6deb7 Compare This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation of #801 and RFC 370: CLI deploy with change set review confirmation.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license