PoC project containing code generating CloudFront templates for several environment types along with code checking if template generated matches with reference one
# creating templates
python3 main.py
# running tests:
python3 -m unittest test.py
8000