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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1384,7 +1384,7 @@ kubectl delete -f k8s
1384
1384
1385
1385

1386
1386
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.
you can see the binary file in `release/linux/lambda/` folder
1398
+
You can see the binary file in `release/linux/lambda/` folder
1399
1399
1400
1400
### Deploy gorush application
1401
1401
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.
1403
1403
1404
1404
```sh
1405
1405
zip deployment.zip release/linux/lambda/gorush
1406
1406
```
1407
1407
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.
0 commit comments