{ "AWSTemplateFormatVersion": "2010-09-09", "Parameters": { "env": { "Type": "String" } }, "Resources": { // Define your AWS Resources here - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/gettingstarted.templatebasics.html }, "Outputs": { // Define your Stack Outputs here - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/gettingstarted.templatebasics.html } }