josephjoice / cool-cf-templates

An attempt to make cf templates more sexy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalable Maintainable Reusable CF Templates

Aim

To create a CF template that is easily readable, understandable and reusable. There are tools like terraform available but since most people use CF templates for their stack creation, the attempt is made.

Approach

Basically make use of AWS::CloudFormation::Stack param which is used to create nested stacks.

About

An attempt to make cf templates more sexy