Scripts and files used to build AWS Lambda Layers for running OpenTelemetry on AWS Lambda for Python.
- Install
- Run aws configure to set aws credential(with administrator permissions) and default region.
- Download a local copy of this repository from Github.
- Navigate to the path
cd python/src
- 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
- If you want to create the layer and automatically publish it, use no options:
bash run.sh