14 lines
185 B
YAML
14 lines
185 B
YAML
service: lunchrunapi
|
|
|
|
provider:
|
|
name: aws
|
|
runtime: nodejs12.x
|
|
|
|
functions:
|
|
hello:
|
|
handler: handler.hello
|
|
events:
|
|
- http:
|
|
path: hello
|
|
method: post
|