@cumulusds/aws-cloudformation-wait-ready
v1.0.4
Published
Wait for a CloudFormation stack to be ready for the next deploy
Downloads
2,701
Maintainers
Keywords
Readme
AWS CloudFormation Wait Ready
This utility waits until an AWS CloudFormation Stack is ready to update. It is similar to aws cloudformation wait stack-update-complete
but waits for any stack status where an update should be allowed. A feature request for a similar feature from the aws cli has been filed, but not implemented. The feature is useful for CI scripts that test deployment.
This package is meant to be used as a command-line tool.
To install it in your project:
yarn add --dev @cumulusds/aws-cloudformation-wait-ready
To use it:
yarn aws-cloudformation-wait-ready --region us-east-1 --stack-name MyStackName
Development
License
This package is MIT licensed.