Created
May 15, 2017 01:23
-
-
Save aloha1003/52e009875de7f1d4cb47419c59bd9193 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
functions: | |
hello: | |
handler: handler.hello | |
events: | |
- http: | |
path: hello | |
method: get | |
response: | |
contentType: application/json;charset=UTF-8 | |
template: | |
application/json;charset=UTF-8: $input.path('$.body') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment