serverless/test/fixtures/function/serverless.yml
2020-09-02 13:04:59 +02:00

14 lines
173 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
provider:
name: aws
functions:
foo:
handler: index.handler
other:
handler: index.handler