2021-04-09 16:10:21 +02:00

20 lines
292 B
YAML

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