1.0.9 • Published 7 years ago

@kalarrs/serverless-shared-api-gateway v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

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.

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.4

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago