@kalarrs/serverless-shared-api-gateway

1.0.9 • Public • Published

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:

  • AWS Api Gateway

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.

Package Sidebar

Install

npm i @kalarrs/serverless-shared-api-gateway

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

265 kB

Total Files

28

Last publish

Collaborators

  • kalarrs-sysadmin