Skip to content

Commit 75fd3f3

Browse files
authored
Merge pull request #397 from dmitchsplunk/main
minor updates to lambda workshop instructions
2 parents 11f551f + c2271ec commit 75fd3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/ninja-workshops/6-lambda-kinesis/2-auto-instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Next, let's take a look at the `producer-lambda` function code:
9999

100100
- Run the following command to view the contents of the `producer.mjs` file:
101101
```bash
102-
cat ~/o11y-lambda-workshop/auto/handler/producer.mjs
102+
cat ~/workshop/lambda/auto/handler/producer.mjs
103103
```
104104
- This NodeJS module contains the code for the producer function.
105105
- Essentially, this function receives a message, and puts that message as a record to the targeted Kinesis Stream

content/en/ninja-workshops/6-lambda-kinesis/5-redeploy-lambdas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Examine the logs carefully.
125125
126126
> Do you notice the difference?
127127
128-
#### Copy the Trace ID from the `consumer-lambda` logs
128+
#### Copy the Trace ID from the `consumer.logs` file
129129
130130
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.
131131

0 commit comments

Comments
 (0)