serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
23 lines (19 loc) • 353 B
YAML
service:
name: aws-nodejs-ecma-script
#app: your-app-name
#tenant: your-tenant-name
# Add the serverless-webpack plugin
plugins:
- serverless-webpack
provider:
name: aws
runtime: nodejs10.x
functions:
first:
handler: first.hello
second:
handler: second.hello
events:
- http:
method: get
path: second