19 lines
244 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
provider:
name: aws
runtime: nodejs16.x
functions:
function:
handler: index.handler
layers:
- { Ref: LayerLambdaLayer }
layers:
layer:
path: layer