UNPKG

serverless

Version:

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

11 lines (8 loc) 174 B
# Hello World for AWS Lambda service: hello-world # Service Name provider: name: aws runtime: python2.7 functions: helloWorld: handler: handler.helloWorldHandler