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 Framewrok plugin supports the AWS service proxy integration feature of API Gateway. You can directly connect API Gateway to AWS services without Lambda. Currently, the plugin only supports Kinesis streams but will expand to other services.
4
+
This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway. You can directly connect API Gateway to AWS services without Lambda.
5
5
6
6
## Install
7
7
Run `npm install` in your Serverless project.
@@ -16,6 +16,13 @@ plugins:
16
16
- serverless-apigateway-service-proxy
17
17
```
18
18
19
+
## Supported AWS services
20
+
Here is a services list which this plugin supports for now. But will expand to other services in the feature.
21
+
Please pull request if you are intersted in it.
22
+
23
+
- Kinesis Streams
24
+
- SQS
25
+
19
26
## How to use
20
27
Define settings of the AWS services you want to integrate under `custom > apiGatewayServiceProxy` and run `serverless deploy`.
0 commit comments