Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.