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