A Atom port of the Sublime Text CloudFormation package https://github.com/beaknit/cform
Open a *.json
file and start typing to get snippet and scaffolding.
- Type
start
- a CloudFormation template scaffold will appear - Under each section, type the thing you're trying to make (eg,
parameter
,output
, etc) and it will populate the text for you. - Tab through the different fields and fill in your values
- Save it with the extension
cform
,template
orcloudformation
and run it through the CloudFormation console - Have fun
This plugin was only possible after reading this article by @yuyawata