Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Next, let's take a look at the `producer-lambda` function code:

- Run the following command to view the contents of the `producer.mjs` file:
```bash
cat ~/o11y-lambda-workshop/auto/handler/producer.mjs
cat ~/workshop/lambda/auto/handler/producer.mjs
```
- This NodeJS module contains the code for the producer function.
- Essentially, this function receives a message, and puts that message as a record to the targeted Kinesis Stream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Examine the logs carefully.

> Do you notice the difference?

#### Copy the Trace ID from the `consumer-lambda` logs
#### Copy the Trace ID from the `consumer.logs` file

This time around, we can see that the consumer-lambda log group is logging our message as a `record` together with the `tracecontext` that we propagated.

Expand Down