kalarrs / serverless-shared-api-gateway

MIT License
0 stars 0 forks source link

Serverless Shared API Gateway Plugin

Build Status

This plugin allows you to have multiple serverless projects update a single api gateway on aws.

Supported features:

This package requires node >= 6.0

How To

1. Install the plugin

npm install @kalarrs/serverless- --save-dev

2. Add the plugin to your serverless configuration file

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"

License & Credits

Licensed under the MIT license.