UNPKG

serverless

Version:

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

25 lines (21 loc) 421 B
service: name: aws-nodejs-ecma-script # app and org for use with dashboard.serverless.com #app: your-app-name #org: your-org-name frameworkVersion: '2' # Add the serverless-webpack plugin plugins: - serverless-webpack provider: name: aws runtime: nodejs12.x functions: first: handler: first.hello second: handler: second.hello events: - http: method: get path: second