Skip to content

Commit 53fae7c

Browse files
committed
Updated README.md
1 parent 44dfd70 commit 53fae7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This is the list of examples:
3939
* Using the Client API (low-level) of Boto 3:
4040
* [awslambdas3copy-capi](/awslambdas3copy-capi) - AWS Lambda Function S3 Copy: Example of how to handle an AWS Lambda function and copy an object when it appears in a S3 bucket to another S3 bucket. It uses the Client API (low-level) of Boto 3.
4141
* [awslambdas3move-capi](/awslambdas3move-capi) - AWS Lambda Function S3 Move: Example of how to handle an AWS Lambda function and move an object when it appears in a S3 bucket to another S3 bucket. It uses the Client API (low-level) of Boto 3.
42+
* [awslambdacreate-capi](/awslambdacreate-capi) - AWS Lambda Function Create: Example of how to handle an AWS Lambda function and create it. It uses the Client API (low-level) of Boto 3.
4243
* [awslambdainvoke-capi](/awslambdainvoke-capi) - AWS Lambda Function Invoke: Example of how to handle an AWS Lambda function and invoke it. It uses the Client API (low-level) of Boto 3.
4344
* [awslambdalist-capi](/awslambdalist-capi) - AWS Lambda Function List: Example of how to handle an AWS Lambda function and list its information. It uses the Client API (low-level) of Boto 3.
4445
* [awslambdalistall-capi](/awslambdalistall-capi) - AWS Lambda Function List All: Example of how to handle AWS Lambda functions and list all Lambda functions and their information. It uses the Client API (low-level) of Boto 3.

0 commit comments

Comments
 (0)