Created
December 31, 2017 11:02
-
-
Save marcorei/4c3391a5491edca54f1c664c3311443d to your computer and use it in GitHub Desktop.
serverless function
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: | |
fulfillment: | |
handler: handler.fulfillment | |
events: | |
- http: | |
path: fulfillment | |
method: post |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment