Piotr Grzesik 9a834152a9 feat(AWS Lambda): Change default hashing algorithm
BREAKING CHANGE: Default lambda hashing algorithm was changed to `20201221`
2022-01-27 15:21:58 +01:00

19 lines
308 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
provider:
name: aws
runtime: nodejs12.x
plugins:
# Mutates `package.artifact` to point to copied `.serverless/NAME.zip`
- ./package-artifact-plugin
functions:
foo:
handler: index.handler
other:
handler: index.handler