UNPKG

serverless

Version:

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

18 lines (15 loc) 259 B
service: service provider: name: aws functions: foo: handler: index.handler # provisionedConcurrency: 1 events: - httpApi: '*' other: handler: index.handler events: - httpApi: method: '*' path: /foo