Skip to content

Instantly share code, notes, and snippets.

@AshanthaLahiru
Created May 3, 2018 01:00
Show Gist options
  • Save AshanthaLahiru/f20270d4737a7dc897998ad3332da83c to your computer and use it in GitHub Desktop.
Save AshanthaLahiru/f20270d4737a7dc897998ad3332da83c to your computer and use it in GitHub Desktop.
Simple REST API configurations
service: HelloService
provider:
name: aws
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- http:
path: hello/welcome
method: get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment