10 lines
114 B
YAML
10 lines
114 B
YAML
service: lunchrunweb
|
|
|
|
provider:
|
|
name: aws
|
|
runtime: nodejs12.x
|
|
|
|
functions:
|
|
hello:
|
|
handler: handler.hello
|