Skip to content

Commit aa330e3

Browse files
committed
Markdown linting
1 parent 89f2c92 commit aa330e3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

content/en/tko/session-6/docs/lambda.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,18 +383,26 @@ If you see a success message, generate more load: re-send that messate 5+ times.
383383

384384
Now check the lambda logs output.
385385

386-
#### Producer function logs
386+
{{< tabs >}}
387+
{{% tab name="Producer function logs" %}}
387388

388-
``` bash
389+
``` bash
389390
serverless logs -f producer
390391
```
391392

392-
#### Consumer function logs
393+
{{% /tab %}}
394+
{{< /tabs >}}
395+
396+
{{< tabs >}}
397+
{{% tab name="Consumer function logs" %}}
393398

394399
``` bash
395400
serverless logs -f consumer
396401
```
397402

403+
{{% /tab %}}
404+
{{< /tabs >}}
405+
398406
Examine the logs carefully. Do you notice the difference?
399407

400408
Note that we are logging our Record value built inside the Producer function. Copy one of the underlined sub-sections of your trace parent context, and save it for later.

0 commit comments

Comments
 (0)