UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

22 lines (17 loc) 311 B
service: service configValidationMode: error frameworkVersion: '*' provider: name: aws functions: foo: handler: index.handler # provisionedConcurrency: 1 events: - httpApi: '*' other: handler: index.handler events: - httpApi: method: '*' path: /foo