master
Adam Pippin 3 years ago
parent
commit
a8e9c84234
  1. 2
      Home.md

2
Home.md

@ -6,7 +6,7 @@ Writing and maintaining CloudFormation stacks is a large part of my job and is a
Why not use existing tools (e.g., Terraform)? Abstracting away the CloudFormation stuff _too_ much introduces more opportunities for bugs to creep in and leaves you operating several months behind on updates to AWS services and CloudFormation itself while you wait for upstream to implement the changes.
But mainly I had some free time that needed filling.
But mainly I had a long weekend and needed something to do while the baby was napping.
## What?
At its core, it's a superset of YAML implemented in a way that's compatible with existing YAML parsers. You can put in a valid YAML document, and get the same document back out. Everything added is additional functionality on top of that. You don't need to rewrite your existing templates in a new language, but can start to use the additional functionality right away wherever it provides value.

Loading…
Cancel
Save