Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.05 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.05 KB

OpenTelemetry Lambda Python

Scripts and files used to build AWS Lambda Layers for running OpenTelemetry on AWS Lambda for Python.

Sample App

  1. Install
  2. Run aws configure to set aws credential(with administrator permissions) and default region.
  3. Download a local copy of this repository from Github.
  4. Navigate to the path cd python/src
  5. 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
  6. If you want to create the layer and automatically publish it, use no options: bash run.sh