2021-10-04 17:12:58 +02:00

16 lines
230 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
provider:
name: aws
runtime: nodejs12.x
lambdaHashingVersion: 20201221
functions:
basic:
handler: basic.handler
other:
handler: other.handler