Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 535 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 535 Bytes

OpenTelemetry Lambda

Testing the AWS OpenTelemetry managed Lambda layer.

Tests

Each folder is as a separate test:

  • lambda_zip: create a Lambda function from a zip archive.
  • lambda_docker: create the same Lambda function as lambda_zip, but using a Docker image.
  • lambda_api: API gateway invoking a Lambda function using Mangum + FastAPI.

⚠️  The tests are meant to be created one at a time as they have overlapping AWS resource names.