YAML snippets for AWS CloudFormation in VS Code
This extension adds some snippets to YAML based files for AWS CloudFormation.
Project located on Github
- Adds YAML base snippets to your VS Code to get CloudFormation resources
- Adds Json parameter config snippets for CloudFormation
Following Snippets do provide this extension for YAML files:
- AWSTemplate (Adds a complete template structure)
- Sections
- Parameter section
- Parameter (Adds new parameter to parameter section of your template)
- Metadata section
- MetadataParameterGroup (Adds new ParameterGroup into Metadata section)
- ConditionsSection (Adds new Conditions Section into template)
- Resource section
- Resource (Adds a new resource)
- ResourceWithTemplateUR (Adds a resource with TemplateURL)
- Output section
- Output (Adds structure of Output)
- Export (Adds structure of Export for Output)
- Parameter section
- Miscellaneous
- Tags (Add Tag: Key, Value)
- Intrinsic Functions
- !FindInMap
- !GetAtt
- !GetAZs
- !Cidr
- !ImportValue
- !Join
- !Select
- !Split
- !Sub
- !Ref
- Condition Functions
- !And
- !Equals
- !If
- !Not
- !Or
Following snippets do provide this extenstion for JSON files:
- AWSConfig (Adds a complete parameter configuration)
- ParamKey (Adds new parameters to configuration file)
You will find all release notes under following link: Release Notes