UNPKG

serverless

Version:

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

14 lines (10 loc) 173 B
service: service configValidationMode: error frameworkVersion: '*' provider: name: aws functions: foo: handler: index.handler other: handler: index.handler