UNPKG

serverless

Version:

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

28 lines (22 loc) 627 B
# Welcome to Serverless! # # For full config options, check the kubeless plugin docs: # https://github.com/serverless/serverless-kubeless # # For documentation on kubeless itself: # http://kubeless.io # Update the service name below with your own service name service: hello-world # Please ensure the serverless-kubeless provider plugin is installed globally. # $ npm install -g serverless-kubeless # # ...before installing project dependencies to register this provider. # $ npm install provider: name: kubeless runtime: python2.7 plugins: - serverless-kubeless functions: hello: handler: handler.hello