bitops icon indicating copy to clipboard operation
bitops copied to clipboard

Implement verbose/debugging for CloudFormation

Open ian-bitovi opened this issue 4 years ago • 2 comments

  • We should run describe-events when Debug is enabled.

Example:

aws cloudformation describe-stack-events \
    --stack-name my-stack \
    --max-items 2

ian-bitovi avatar Jan 27 '21 14:01 ian-bitovi

for reference: https://github.com/bitovi/bitops/blob/master/scripts/cloudformation/bitops.schema.yaml#L4

mickmcgrath13 avatar Jan 28 '21 13:01 mickmcgrath13

PR here: https://github.com/bitovi/bitops/pull/64

ian-bitovi avatar Feb 04 '21 13:02 ian-bitovi