Skip to content

Commit d4d5604

Browse files
committed
Updated README.md
1 parent faf29fb commit d4d5604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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-
* [awslambdashttprequest](/awslambdashttprequest) - 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 reponds 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:

0 commit comments

Comments
 (0)