Skip to content

Instantly share code, notes, and snippets.

@jsywulak
Created November 22, 2017 13:32
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/b37ef35b69b5d1585962f86b01826f2c to your computer and use it in GitHub Desktop.
Save jsywulak/b37ef35b69b5d1585962f86b01826f2c to your computer and use it in GitHub Desktop.
Resources:
  CustomFunction:
    Type: AWS::Lambda::Function
    Properties:
      Code:
        S3Bucket: !Ref 'S3Bucket'
        S3Key: !Ref 'S3Key'
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment