UNPKG

serverless

Version:

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

17 lines (12 loc) 208 B
service: service configValidationMode: error frameworkVersion: '*' provider: name: aws package: artifact: artifact.zip functions: foo: handler: index.handler other: handler: index.handler