Created
May 10, 2018 11:28
-
-
Save charliejllewellyn/f620dcb6e16671afc01be02ff8b1035b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: 2010-09-09 | |
Parameters: | |
ExampleParam: | |
Type: String | |
Default: test1 | |
Description: Project name that will be used to name and identify resoures that are created | |
ExampleParam2: | |
Type: test2 | |
Description: Project name that will be used to name and identify resoures that are created | |
Resources: | |
Outputs: | |
CodeDeployBucketForLambdaDeployments: | |
Description: The bucket used to hold lambda functions for deployments | |
Default: t2.micro | |
Value: !Ref CodePipelineBucket |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment