Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 321 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 321 Bytes

CFN-draw-build-timeline

Help to debug long running CFN builds with a visual aid in the commandline.

Usage:

  • Generate events.json:
    aws cloudformation describe-stack-events --stack-name mystack > events.json
  • Visualize it with cfn-draw-build-timeline:
    ./timeline_build.py events.json