We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db24df commit 190abbdCopy full SHA for 190abbd
README.md
@@ -1,2 +1,12 @@
1
# Serverless Apigateway Service proxy
2
The Serverless Framewrok plugin to support AWS service proxy integration of API Gateway
3
+
4
+## How to use
5
+Define something to setting of AWS services you want to integrate with under `custom > apiGatewayServiceProxy`
6
7
+### Kinesis
8
+```yaml
9
+custom:
10
+ apiGatewayServiceProxy:
11
+ path: /kinesis/{streamname}
12
+```
0 commit comments