A sublime plugin for CloudFormation
To use, cd to your Sublime Text 2/Packages/User dir and clone this repo. The location of the User Packages directory for various operating systems is: http://docs.sublimetext.info/en/latest/basic_concepts.html#the-data-directory .
To remove, simply rm -rf the cform directory that was created by the clone.
- Open a new file in Sublime
- Set the file type to
Cloudformation - 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,templateorcloudformationand run it through the CloudFormation console - Profit