UNPKG

serverless

Version:

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

24 lines (21 loc) 434 B
service: service provider: name: aws logRetentionInDays: 14 functions: foo: handler: index.handler # provisionedConcurrency: 1 # Increases significantly test time events: - httpApi: method: GET path: /foo - httpApi: method: POST path: /some-post other: handler: index.handler events: - httpApi: method: get path: /bar/{marko}