21 lines
314 B
YAML

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