You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Serverless Framework plugin supports the AWS service proxy integration feature of API Gateway. You can directly connect API Gateway to AWS services without Lambda.
6
-
In addition this fork support customized Path overrides to cater more specialized use cases.
7
7
8
8
## Install
9
9
10
-
Run `yarn add @hans_seek/serverless-apigateway-service-proxy` to install the plugin
10
+
Run `serverless plugin install` in your Serverless project.
"description": "This is a fork of https://www.npmjs.com/package/serverless-apigateway-service-proxy. The Serverless Framewrok plugin for supporting AWS service proxy integration of API Gateway",
2
+
"name": "serverless-apigateway-service-proxy",
3
+
"version": "1.3.0",
4
+
"description": "The Serverless Framewrok plugin for supporting AWS service proxy integration of API Gateway",
0 commit comments