Skip to content

Commit f5a8931

Browse files
committed
Updated README.md
1 parent a0b1b5d commit f5a8931

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This is the list of examples:
3434
* Lambda function handler:
3535
* [awslambdahello](/awslambdahello) - AWS Lambda Function Hello World: Example of how to handle an AWS simple Lambda function and a text input.
3636
* [awslambdahellojson](/awslambdahellojson) - AWS Lambda Function Hello World JSON: Example of how to handle an AWS simple Lambda function and a JSON input.
37-
* [awslambdahttprequest](/awslambdahttprequest) - AWS Lambda Function Http Request: Example of how to handle an AWS Lambda Function, show the parameters of the request and reponds a message including the parameters.
37+
* [awslambdahttprequest](/awslambdahttprequest) - AWS Lambda Function Http Request: Example of how to handle an AWS Lambda Function, show the parameters of the request and repond a message including the parameters.
3838
* [awslambdas3event](/awslambdas3event) - AWS Lambda Function S3 Event: Example of how to handle an AWS Lambda Function and send information to the log about an object when it appears in a S3 bucket.
3939

4040
* Lambda function handler using the Client API (low-level) of Boto 3:

awslambdahttprequest/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains an AWS Lambda Function example in Python on AWS (Amazon Web Services).
44

5-
It handles an AWS Lambda function that it is invoked by an http request. It shows the parameters of the request and reponds a message including the parameters.
5+
It handles an AWS Lambda function that it is invoked by an http request. It shows the parameters of the request and responds a message including the parameters.
66

77
## Requirements
88

@@ -90,7 +90,7 @@ It handles an AWS Lambda function that it is invoked by an http request. It show
9090
"Hello Peter Parker!"
9191
```
9292

93-
You should see the next response if you do not have added any paramenter:
93+
You should see the next response if you have not added any paramenter:
9494

9595
```bash
9696
"Who are you?"

0 commit comments

Comments
 (0)