Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patheard/opentelemetry-lambda
Testing AWS Lambda OpenTelemetry layer
https://github.com/patheard/opentelemetry-lambda
aws-lambda opentelemetry
Last synced: about 2 months ago
JSON representation
Testing AWS Lambda OpenTelemetry layer
- Host: GitHub
- URL: https://github.com/patheard/opentelemetry-lambda
- Owner: patheard
- License: mit
- Created: 2021-12-13T00:47:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T21:33:03.000Z (almost 3 years ago)
- Last Synced: 2024-07-30T19:46:00.016Z (5 months ago)
- Topics: aws-lambda, opentelemetry
- Language: HCL
- Homepage:
- Size: 9.95 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenTelemetry Lambda
Testing the [AWS OpenTelemetry managed Lambda layer](https://aws-otel.github.io/docs/getting-started/lambda/lambda-python).# 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.
* `lambda_api_docker`: Same as `lambda_api`, but using a container-based Lambda function.:warning: The tests are meant to be created one at a time as they have overlapping AWS resource names.