Skip to content

Commit 5e5f58c

Browse files
committed
Updated README.md
1 parent 2b0b65f commit 5e5f58c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

awslambdadelete-capi/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Delete a Lambda function using the Client API (low-level) of Boto 3.
6767

6868
* You can create a Lambda function on AWS.
6969

70-
You can use the AWS Lambda Function Hello World JSON Java example: [awslambdahellojson](/awslambdahellojson).
70+
You can use the AWS Lambda Function Hello World JSON Python example: [awslambdahellojson](/awslambdahellojson).
7171

7272
* You can select the AWS region of the Lambda function changing the value of `REGION` variable in the code.
7373

@@ -98,3 +98,4 @@ Delete a Lambda function using the Client API (low-level) of Boto 3.
9898
* Test the application.
9999

100100
The Lambda function is deleted and you should see the message "Deleted".
101+

awslambdainvoke-capi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Invoke a Lambda function using the Client API (low-level) of Boto 3.
6767

6868
* You can create a Lambda function on AWS.
6969

70-
You can use the AWS Lambda Function Hello World JSON Java example: [awslambdahellojson](/awslambdahellojson).
70+
You can use the AWS Lambda Function Hello World JSON Python example: [awslambdahellojson](/awslambdahellojson).
7171

7272
* You can select the AWS region of the Lambda function changing the value of `REGION` variable in the code.
7373

awslambdalist-capi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ List information of a Lambda function using the Client API (low-level) of Boto 3
6767

6868
* You can create a Lambda function on AWS.
6969

70-
You can use the AWS Lambda Function Hello World JSON Java example: [awslambdahellojson](/awslambdahellojson).
70+
You can use the AWS Lambda Function Hello World JSON Python example: [awslambdahellojson](/awslambdahellojson).
7171

7272
* You can select the AWS region of the Lambda function changing the value of `REGION` variable in the code.
7373

awslambdalistall-capi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ List all Lambda functions and their information using the Client API (low-level)
6767

6868
* You can create some Lambda functions on AWS.
6969

70-
* You can use the AWS Lambda Function Hello World JSON Java example: [awslambdahellojson](/awslambdahellojson).
71-
* You can use the AWS Lambda Function Hello World Java example: [awslambdahello](/awslambdahello).
70+
* You can use the AWS Lambda Function Hello World JSON Python example: [awslambdahellojson](/awslambdahellojson).
71+
* You can use the AWS Lambda Function Hello World Python example: [awslambdahello](/awslambdahello).
7272

7373
* You can select the AWS region of the Lambda functions changing the value of `REGION` variable in the code.
7474

0 commit comments

Comments
 (0)