Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save charliejllewellyn/f620dcb6e16671afc01be02ff8b1035b to your computer and use it in GitHub Desktop.
Save charliejllewellyn/f620dcb6e16671afc01be02ff8b1035b to your computer and use it in GitHub Desktop.
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