Guest User

Untitled

a guest
Nov 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Resources:
  2.   CustomFunction:
  3.     Type: AWS::Lambda::Function
  4.     Properties:
  5.       Code:
  6.         S3Bucket: !Ref 'S3Bucket'
  7.         S3Key: !Ref 'S3Key'
  8. ...
Add Comment
Please, Sign In to add comment