Skip to content

Commit 627c583

Browse files
authored
Merge pull request #1 from shortjared/patch-1
Update README.md
2 parents 088bbd1 + 9b1be96 commit 627c583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![serverless](http://public.serverless.com/badges/v3.svg)
22

33
# Serverless ApiGateway Service Proxy(BETA)
4-
The Serverless Framewrok plugin to support AWS service proxy integration of API Gateway. You can connect directly API Gateway with AWS services without Lambda. Currently, support only kinesis stream but will expend the 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. Currently, the plugin only supports Kinesis streams but will expand to other services.
55

66
## Install
77
Run `npm install` in your Serverless project.
@@ -17,7 +17,7 @@ plugins:
1717
```
1818
1919
## How to use
20-
Define something to setting of AWS services you want to integrate with under `custom > apiGatewayServiceProxy` and run `serverless deploy`.
20+
Define settings of the AWS services you want to integrate under `custom > apiGatewayServiceProxy` and run `serverless deploy`.
2121

2222
### Kinesis
2323
Here is syntax for Kinesis proxy in serverless.yml.
@@ -38,7 +38,7 @@ resources:
3838
ShardCount: 1
3939
```
4040

41-
Here is sample request after deploying.
41+
Here is a sample request after deploying.
4242
```
4343
curl -XPOST https://xxxxxxx.execute-api.us-east-1.amazonaws.com/dev/kinesis -d '{"Data": "some data","PartitionKey": "some key"}' -H 'Content-Type:application/json'
4444

0 commit comments

Comments
 (0)