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