UNPKG

serverless

Version:

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

21 lines (17 loc) 307 B
service: name: aws-nodejs-ecma-script # Add the serverless-webpack plugin plugins: - serverless-webpack provider: name: aws runtime: nodejs6.10 functions: first: handler: first.hello second: handler: second.hello events: - http: method: get path: second