service: service

configValidationMode: error
frameworkVersion: '*'

provider:
  name: aws

functions:
  foo:
    handler: index.handler
  other:
    handler: index.handler
