Skip to content

Commit 4e832da

Browse files
committed
Updated README.md
1 parent 53fae7c commit 4e832da

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

awslambdacreate-capi/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)