Generate dynamic diagram of AWS Cloudformation template from YAML file.
Special thanks to the work of MinJae Kwon with it's powerful Diagram As Code tool https://github.com/mingrammer/diagrams
$ pip3 install -r requirements.txt
$ python3 src/main.py -i /YOUR/PATH/main.yml -o MySuperSchema -f pdf
Look at some examples of real project generated in examples
folder.