UNPKG

serverless

Version:

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

15 lines (10 loc) 177 B
service: aws-nodejs configValidationMode: error provider: name: aws runtime: nodejs12.x functions: hello: handler: handler.hello package: artifact: artifact.zip