There was an error while loading. Please reload this page.
1 parent 4e832da commit 75fe5d9Copy full SHA for 75fe5d9
awslambdacreate-capi/README.md
@@ -103,7 +103,9 @@ Create an AWS Lambda function using the Client API (low-level) of Boto 3.
103
104
For example:
105
106
- `Creating function ...`
107
- `Created function "FunctionName" with ARN: "arn:aws:lambda:eu-west-1:123456789012:function:FunctionName"`
+ ```bash
+ Creating function ...
108
+ Created function "FunctionName" with ARN: "arn:aws:lambda:eu-west-1:123456789012:function:FunctionName"
109
+ ```
110
111
and the Lambda function created.
0 commit comments