Created
March 18, 2019 05:11
-
-
Save banyudu/b933c9fccc7ee135a627857ebe28ff1d to your computer and use it in GitHub Desktop.
A simple serverless get api
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
functions: | |
get: | |
handler: handler.get | |
events: | |
- http: | |
method: get | |
path: / | |
cors: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment