2.0.1 • Published 7 months ago

serverless-scalex v2.0.1

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

Serverless SCALEX

Serverless Framework plugin to support the request at scale via HTTP_PROXY integration.

The plugin allows you to switch apigatewayv2 routing integration from AWS_PROXY to HTTP_PROXY and vice versa. This allows for the request to be scaled to HTTP endpoint such as app runner.

Installing the Plugin

npm install --save-dev serverless-scalex
npm uninstall serverless-scalex

Serverless Configuration

events:
  - httpApi:
      scale: true
      path: /api/v1/ping
      method: get
      scale: # can be omitted for a false
        # region: [ap-southeast-1, ap-south-1] # deployment regions if `sls deploy` in ap-southeast-1 & ap-south-1
        httpUrl: HTTP_ENDPOINT/api/v1/something

2024 Randy Hermawan

2.0.1

7 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago