Skip to content

andyjduncan/cloud-formation-viz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-formation-viz

This tool is for creating visualizations of CloudFormation templates. It outputs Graphviz dot files. It can be used like this:

cat example.template | ./cfviz | dot -Tsvg -oexample.svg

The only dependency of the cfviz script is Python. You will also need to have Graphviz graphviz installed for the output to be any use.

The samples samples directory contains output of running the tool over the samples aws-samples provided by AWS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%