Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 722 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 722 Bytes

OpenTelemetry Lambda Python

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

Sample App

  1. Install SAM CLI and AWS CLI.
  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. cd python/sample-apps && ./run.sh