bitops
bitops copied to clipboard
Implement verbose/debugging for CloudFormation
- We should run describe-events when Debug is enabled.
Example:
aws cloudformation describe-stack-events \
--stack-name my-stack \
--max-items 2
for reference: https://github.com/bitovi/bitops/blob/master/scripts/cloudformation/bitops.schema.yaml#L4
PR here: https://github.com/bitovi/bitops/pull/64