Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created January 10, 2017 07:09
Show Gist options
  • Save tkssharma/801bc82abfd7fe54218e19ca2a5250a5 to your computer and use it in GitHub Desktop.
Save tkssharma/801bc82abfd7fe54218e19ca2a5250a5 to your computer and use it in GitHub Desktop.
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "A simple description of what this template does",
"Parameters": {
//variables that can be passed to the template during deployment.
},
"Mappings": {
//keys which match to a corresponding set of named values
}
"Resources": {
//aws resources that will be deployed by the stack
},
"Outputs": {
//values that can be returned back after successful completion of the stack
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment