mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
10 lines
121 B
YAML
10 lines
121 B
YAML
service: service
|
|
provider:
|
|
name: aws
|
|
|
|
functions:
|
|
foo:
|
|
handler: index.handler
|
|
other:
|
|
handler: index.handler
|