Skip to content

Instantly share code, notes, and snippets.

@jsonw23
Created June 24, 2020 03:46
Show Gist options
  • Save jsonw23/3a68c2c1638de3e53bd2322438fc9f16 to your computer and use it in GitHub Desktop.
Save jsonw23/3a68c2c1638de3e53bd2322438fc9f16 to your computer and use it in GitHub Desktop.
Resources:
# ...
HelloWorldFunction:
Type: AWS::Serverless::Function
Properties:
# ...
Events:
FindApi:
Type: Api
Properties:
# this is all that needs to be added
# reference the explicit API to merge this path/method into
RestApiId: !Ref Api
Path: /find
Method: GET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment