Skip to content

Commit cb1980a

Browse files
authored
docs: nitpick README.md (#840)
1 parent 316fa26 commit cb1980a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ kubectl delete -f k8s
13841384

13851385
![lambda](./screenshot/lambda.png)
13861386

1387-
AWS excited to [announce Go as a supported language for AWS Lambda](https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/). You’re going to create an application that uses an [API Gateway](https://aws.amazon.com/apigateway) event source to create a simple Hello World RESTful API.
1387+
AWS is excited to [announce Go as a supported language for AWS Lambda](https://aws.amazon.com/blogs/compute/announcing-go-support-for-aws-lambda/). You’re going to create an application that uses an [API Gateway](https://aws.amazon.com/apigateway) event source to create a simple Hello World RESTful API.
13881388

13891389
### Build gorush binary
13901390

@@ -1395,17 +1395,17 @@ git clone https://github.com/appleboy/gorush.git
13951395
cd gorush && make build_linux_lambda
13961396
```
13971397

1398-
you can see the binary file in `release/linux/lambda/` folder
1398+
You can see the binary file in `release/linux/lambda/` folder
13991399

14001400
### Deploy gorush application
14011401

1402-
we need to build a binary that will run on Linux, and ZIP it up into a deployment package.
1402+
We need to build a binary that will run on Linux, and ZIP it up into a deployment package.
14031403

14041404
```sh
14051405
zip deployment.zip release/linux/lambda/gorush
14061406
```
14071407

1408-
Upload the `deployment.zip` via web UI or you can try the [drone-lambda](https://github.com/appleboy/drone-lambda) as the following command. it will zip your binary file and upload to AWS Lambda automatically.
1408+
Upload the `deployment.zip` via web UI or you can try the [drone-lambda](https://github.com/appleboy/drone-lambda) as the following command. It will zip your binary file and upload to AWS Lambda automatically.
14091409

14101410
```sh
14111411
$ AWS_ACCESS_KEY_ID=YOUR_AWS_ACCESS_KEY_ID \

0 commit comments

Comments
 (0)