UNPKG

serverless

Version:

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

13 lines (10 loc) 217 B
service: aws-nodejs provider: name: aws runtime: nodejs12.x functions: hello: handler: handler.hello custom-name: name: ${self:service}-${self:provider.region}-custom-name handler: handler.hello