Skip to content

Instantly share code, notes, and snippets.

@adelowo
Last active January 20, 2020 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelowo/3a54a57e38f868fdfea007043cb955ce to your computer and use it in GitHub Desktop.
Save adelowo/3a54a57e38f868fdfea007043cb955ce to your computer and use it in GitHub Desktop.
functions:
hello:
handler: handler.hello
# The following are a few example events you can configure
# NOTE: Please make sure to change your handler code to work with those events
# Check the event documentation for details
events:
- http:
path: users/create
method: post
- http:
path: users/add_member
method: post
slack:
handler: slack.slack
events:
- http:
path: /hook
method: post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment