Skip to content

Commit 190abbd

Browse files
committed
update readme
1 parent 2db24df commit 190abbd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# Serverless Apigateway Service proxy
22
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

Comments
 (0)