UNPKG

serverless

Version:

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

17 lines (13 loc) 221 B
service: custom provider: name: customProvider runtime: foo plugins: - ./customProvider functions: someFunction: events: - someEvent: someProp: some string otherFunction: runtime: bar