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
Cloudformationby 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,templateorcloudformationand run it through the CloudFormation console - Profit