UNPKG

serverless

Version:

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

13 lines (9 loc) 148 B
service: aws-nodejs provider: name: aws runtime: nodejs12.x functions: hello: handler: handler.hello package: artifact: artifact.zip