Skip to content

Commit d2b8766

Browse files
committed
added the lambda workshop code
1 parent a27b012 commit d2b8766

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/en/ninja-workshops/6-lambda-kinesis/1-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The Workshop Directory `o11y-lambda-workshop` is a repository that contains all
7171

7272
- Confirm you have the workshop directory in your home directory:
7373
```bash
74-
cd && ls
74+
cd ~/workshop && ls
7575
```
7676
- _The expected output would include **o11y-lambda-workshop**_
7777

@@ -124,12 +124,12 @@ We will be using a combination of _**variables.tf**_ and _**terraform.tfvars**_
124124
```bash
125125
o11y_access_token = "CHANGEME"
126126
o11y_realm = "CHANGEME"
127-
otel_lambda_layer = ["CHANGEME"]
127+
otel_lambda_layer = ["arn:aws:lambda:us-east-1:254067382080:layer:splunk-apm:117"]
128128
prefix = "CHANGEME"
129129
```
130130
- _Ensure you change only the placeholders, leaving the quotes and brackets intact, where applicable._
131131
- _The _**prefix**_ is a unique identifier you can choose for yourself, to make your resources distinct from other participants' resources. We suggest using a short form of your name, for example._
132-
- _Also, please only lowercase letters for the **prefix**. Certain resouces in AWS, such as S3, would through an error if you use uppercase letters._
132+
- _Also, please only lowercase letters for the **prefix**. Certain resources in AWS, such as S3, would through an error if you use uppercase letters._
133133
- Save your file and exit the editor.
134134
- Finally, copy the _**terraform.tfvars**_ file you just edited to the other directory.
135135
```bash

workshop/o11y-lambda-workshop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5102617fd569568e02f6f772a07ed8ea65ff5415

0 commit comments

Comments
 (0)