UNPKG

serverless

Version:

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

16 lines (12 loc) 299 B
# Hello World for Apache OpenWhisk service: hello-world # Service Name provider: name: openwhisk functions: helloWorld: handler: handler.helloWorldHandler events: - http: GET hello # remember to run npm install to download the provider plugin. plugins: - serverless-openwhisk