Skip to content

Commit 659b800

Browse files
committed
Updated README.md
1 parent 75fe5d9 commit 659b800

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

awslambdacreate-capi/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ Create an AWS Lambda function using the Client API (low-level) of Boto 3.
103103

104104
For example:
105105

106-
```bash
107-
Creating function ...
108-
Created function "FunctionName" with ARN: "arn:aws:lambda:eu-west-1:123456789012:function:FunctionName"
109-
```
106+
```bash
107+
Creating function ...
108+
Created function "FunctionName" with ARN: "arn:aws:lambda:eu-west-1:123456789012:function:FunctionName"
109+
```
110110

111111
and the Lambda function created.

0 commit comments

Comments
 (0)