Guest User

Untitled

a guest
Nov 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Resources:
  2.   CustomFunction:
  3.     Type: AWS::Lambda::Function
  4.     Properties
  5. ...
  6.  
  7. CustomResource:
  8.     Type: Custom::CustomResource
  9.     Properties:
  10.       ServiceToken: !GetAtt 'CustomFunction.Arn'
Add Comment
Please, Sign In to add comment