UNPKG

serverless

Version:

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

19 lines (14 loc) 244 B
service: custom frameworkVersion: '*' provider: name: customProvider runtime: foo plugins: - ./customProvider functions: someFunction: events: - someEvent: someProp: some string otherFunction: runtime: bar