UNPKG

serverless

Version:

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

15 lines (11 loc) 246 B
service: aws-nodejs configValidationMode: error provider: name: aws runtime: nodejs12.x functions: hello: handler: handler.hello custom-name: name: ${self:service}-${self:provider.region}-custom-name handler: handler.hello