From 26eeb100156ce8f3f26591472f104f32631f6389 Mon Sep 17 00:00:00 2001 From: Adam Pippin Date: Mon, 15 Feb 2021 00:50:16 -0800 Subject: [PATCH] README.md: Motivation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bb82030..ed487d5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ Make it easier to write, re-use and template CloudFormation templates +## Why did you do this? + +Writing and maintaining CloudFormation templates is tedious, but using tools that +take you _too_ far away from the CloudFormation templates gives more opportunity +for bugs to creep in and leaves you operating several months behind updates to +AWS services and CloudFormation. + +But mainly I needed something to fill up some free time. + ## What it does * Works with existing CloudFormation templates. (Some possible issues with the Symfony YAML parser notwithstanding.)