File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff 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` 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+ 
Original file line number Diff line number Diff 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` in  the code.
7373
Original file line number Diff line number Diff 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` in  the code.
7373
Original file line number Diff line number Diff 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` in  the code.
7474
                         You can’t perform that action at this time. 
           
                  
0 commit comments