Skip to content

Instantly share code, notes, and snippets.

@jsywulak
Created November 22, 2017 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsywulak/d99e94b24f3ad693d195802534c5d4b0 to your computer and use it in GitHub Desktop.
Save jsywulak/d99e94b24f3ad693d195802534c5d4b0 to your computer and use it in GitHub Desktop.
Resources:
  CustomFunction:
    Type: AWS::Lambda::Function
    Properties
...
CustomResource:
    Type: Custom::CustomResource
    Properties:
      ServiceToken: !GetAtt 'CustomFunction.Arn'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment