Skip to content

Python script that creates an AWS CloudFormation yaml snippet file, compatible with Visual Studio Code.

Notifications You must be signed in to change notification settings

eisenhowerj/cfn-yaml-snippet

 
 

Repository files navigation

Cloudformation YAML snippets for VS Code

Marketplace Version Current Installs GitHub stars

A Visual Studio Code extension which contains the complete YAML snippet library for Cloudformation based on the AWS CloudFormation Resource Specification.

Features

You now have access to all available resources provided by AWS CloudFormation Resource Specification in the form of YAML snippets!

Usage

  • Step 1. Install the extension
  • Step 2. create a YAML file for to start working on Cloudformation
  • Step 3. Type cfn to get the basic template in which you can add your resources
  • Step 4. Start adding adding resources by using their prefix name e.g. autoscaling-autoscalinggroup equals resource type AWS::AutoScaling::AutoScalingGroup

Note: Once you start typing resource types, the corresponding snippet will show-up in the drowndown window.

CFN YAML snippet example


Credits

The YAML snippets were generated using the following script: Github

Legal

All content of the YAML file has copyright by Amazon Web Services, Inc. or its affiliates, and was published under the terms that can be found at https://aws.amazon.com/terms/

About

Python script that creates an AWS CloudFormation yaml snippet file, compatible with Visual Studio Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%