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