We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f80e42 commit 6fe6057Copy full SHA for 6fe6057
src/sam/01-deploy/index.js
@@ -1,12 +1,12 @@
1
-// https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-describing-stacks.html
+// https://docs.aws.amazon.com/cli/latest/reference/cloudformation/describe-stacks.html#output - scroll down to `StackStatus`
2
let processingStates = [
3
'CREATE_IN_PROGRESS',
4
+ 'UPDATE_COMPLETE_CLEANUP_IN_PROGRESS',
5
'UPDATE_IN_PROGRESS',
6
]
7
8
let successStates = [
9
'CREATE_COMPLETE',
- 'UPDATE_COMPLETE_CLEANUP_IN_PROGRESS',
10
'UPDATE_COMPLETE',
11
12
0 commit comments