File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,10 @@ Create an AWS Lambda function using the Client API (low-level) of Boto 3.
7272
7373 You can use the code obtained from the AWS Lambda Function Hello World JSON Java example: [awslambdahellojson](/awslambdahellojson).
7474
75- This application coverts the ` .py` file in a ` ZIP` file to deploy.
75+ This application compresses the ` .py` file in a ` ZIP` file to deploy.
7676
7777* You can select the AWS region of the Lambda function changing the value of ` REGION` variable in the code.
7878
79- * You can change the values of the payload to the Lambda function in the code (payload):
80-
8179* You have to create an AWS role that has Lambda permissions.
8280
8381* Run the code.
@@ -105,7 +103,7 @@ Create an AWS Lambda function using the Client API (low-level) of Boto 3.
105103
106104 For example:
107105
108- * ` Creating function ...`
109- * ` Created function "FunctionName" with ARN: " arn:aws:lambda:eu-west-1:123456789012:function:FunctionName" `
106+ ` Creating function ...`
107+ ` Created function "FunctionName" with ARN: " arn:aws:lambda:eu-west-1:123456789012:function:FunctionName" `
110108
111109 and the Lambda function created.
You can’t perform that action at this time.
0 commit comments