You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,6 @@ Scripts and files used to build AWS Lambda Layers for running OpenTelemetry on A
11
11
*[Docker](https://docs.docker.com/get-docker)
12
12
3. Run aws configure to [set aws credential(with administrator permissions)](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install-mac.html#serverless-sam-cli-install-mac-iam-permissions) and default region.
13
13
4. Download a local copy of this repository from Github.
14
-
5.`cd python/sample-apps`
14
+
5.`cd python/src`
15
15
6. If you just want to create a zip file with the OpenTelemetry Python AWS Lambda layer, then use the `-b true` option: `bash run.sh -n <LAYER_NAME_HERE> -b true`
16
16
7. If you want to create the layer and automatically publish it, use no options: `bash run.sh`
0 commit comments