Testing the AWS OpenTelemetry managed Lambda layer.
Each folder is as a separate test:
lambda_zip: create a Lambda function from a zip archive.lambda_docker: create the same Lambda function aslambda_zip, but using a Docker image.lambda_api: API gateway invoking a Lambda function using Mangum + FastAPI.lambda_api_docker: Same aslambda_api, but using a container-based Lambda function.