Skip to content

Commit faf29fb

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +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.
3738
* [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.
3839

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

0 commit comments

Comments
 (0)