This plugin allows you to have multiple serverless projects update a single api gateway on aws.
Supported features:
This package requires node >= 6.0
npm install @kalarrs/serverless- --save-dev
serverless.yml configuration example:
provider:
name: aws
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- http: GET /hello
# Add serverless-shared-api-gateway to your plugins:
plugins:
- "@kalarrs/serverless-shared-api-gateway"
Licensed under the MIT license.