cform
cform copied to clipboard
SublimeText plugin for CloudFormation
Since Cloudformation now supports YAML, it would be nice if this plugin could as well.
Request to support more resource. Example: AWS::EC2::LaunchTemplate
Creates automatic generation logic - built-in toc resolver from the documentation - fixed and limited support for functions (inlined for now) - generates snippets on the output folder - checks...
The documentation contained [here](http://docs.aws.amazon.com/pt_br/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html) have a topic list of the resources that can be used to build up the snippets. By build an index with `//*[@id="main-col-body"]/div[2]/div[2]/ul` we can leverage all...
Hi @beaknit - I just wanted to say thanks for creating this. It's brilliant, and saves me loads of time.
AWS have released new parameter types, which should be included in parameters. http://aws.amazon.com/about-aws/whats-new/2015/05/aws-cloudformation-supports-additional-parameter-types-and-enhanced-parameter-ui/
Hi, Could this be ported to VS Code ? had a look myself and dose not look to be that hard, im new creating plugins, happy to help if i...