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

25 lines
362 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
useDotenv: true
custom:
customDomain:
domainName: api.example.com
provider:
name: aws
runtime: nodejs14.x
functions:
function:
handler: index.handler
events:
- http:
path: foo
method: GET
- http:
path: foo
method: POST