Skip to content

dvonessen/aws-cloudformation-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAML snippets for AWS CloudFormation in VS Code

This extension adds some snippets to YAML based files for AWS CloudFormation.

Project located on Github

Overview

  • Adds YAML base snippets to your VS Code to get CloudFormation resources
  • Adds Json parameter config snippets for CloudFormation

Extension usage

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)
  • 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)

Release Notes

You will find all release notes under following link: Release Notes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published