Piotr Grzesik c71bab3cd4 feat(AWS Lambda): Change default runtime to nodejs14.x
BREAKING CHANGE: Default runtime has been changed from `nodejs12.x` to
`nodejs14.x`
2022-01-27 15:21:58 +01:00

15 lines
208 B
YAML

service: service
configValidationMode: error
frameworkVersion: '*'
provider:
name: aws
lambdaHashingVersion: 20201221
functions:
basic:
handler: basic.handler
other:
handler: other.handler