Skip to content

Instantly share code, notes, and snippets.

@eoinsha
Created August 7, 2019 15:19
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 eoinsha/a105766ada79cbee2972332de7f339f3 to your computer and use it in GitHub Desktop.
Save eoinsha/a105766ada79cbee2972332de7f339f3 to your computer and use it in GitHub Desktop.
Serverless functions http event
get:
handler: services/checklists/get.main
events:
- http:
path: /{id}
method: get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment