Skip to content

Commit 75fe5d9

Browse files
committed
Updated README.md
1 parent 4e832da commit 75fe5d9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

awslambdacreate-capi/README.md

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

104104
For example:
105105

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

109111
and the Lambda function created.

0 commit comments

Comments
 (0)