Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.73 KB | None | 0 0
  1. region: eu-west-1
  2. stacks:
  3.     stCWGC-LambdaTaggingRole:
  4.         template-url: iam_tagging_role.json
  5.         timeout: 900
  6.     stCWGC-LambdaTaggingFunction:
  7.         template-url: lambda_function.json
  8.         timeout: 900
  9.         parameters:
  10.             pIAMRole: '|ref|stCWGC-LambdaTaggingRole.iamLambdaTaggingRole'
  11.             pS3ResourceBucket: 'cwgc-resources-uat'
  12.             pS3ConfigBucket: 'cwgc-resources-uat'
  13.             pS3ConfigFile: 'lambda/tags.json'
  14.             pS3LamdbaZipFile: 'lambda/lambda_tagger.zip'
  15.     stCWGC-LambdaFunctionEvent:
  16.         template-url: lambda_tagging_event.json
  17.         timeout: 900
  18.         parameters:
  19.             pLambdaFuctionArn: '|ref|stCWGC-LambdaTaggingFunction.LambdaTaggingFunction'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement