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.
5
5
6
6
## Install
@@ -24,13 +24,13 @@ Please pull request if you are intersted in it.
24
24
- SQS
25
25
26
26
## How to use
27
-
Define settings of the AWS services you want to integrate under `custom > apiGatewayServiceProxy` and run `serverless deploy`.
27
+
Define settings of the AWS services you want to integrate under `custom > apiGatewayServiceProxies` and run `serverless deploy`.
28
28
29
29
### Kinesis
30
30
Sample syntax for Kinesis proxy in serverless.yml.
0 commit comments