16 lines
228 B
YAML

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