A sublime plugin for CloudFormation
CForm is now available via the Sublime Text package control. See https://packagecontrol.io/
- Open a new file in Sublime
- Set the file type to
Cloudformation
by either selecting from the menu in the bottom-right corner of the ST window or hitting Cmd|Ctrl + Shift + P to open the Command Palatte and typingSetSyntax: 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
,template
orcloudformation
and run it through the CloudFormation console - Profit