Files
lunchrun-serverless/api/serverless.yml
2019-11-21 11:58:28 -06:00

14 lines
185 B
YAML

service: lunchrunapi
provider:
name: aws
runtime: nodejs12.x
functions:
hello:
handler: handler.hello
events:
- http:
path: hello
method: post