Skip to content

Instantly share code, notes, and snippets.

@banyudu
Created March 18, 2019 05:11
Show Gist options
  • Save banyudu/b933c9fccc7ee135a627857ebe28ff1d to your computer and use it in GitHub Desktop.
Save banyudu/b933c9fccc7ee135a627857ebe28ff1d to your computer and use it in GitHub Desktop.
A simple serverless get api
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