Created
June 24, 2020 03:46
-
-
Save jsonw23/3a68c2c1638de3e53bd2322438fc9f16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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