opentelemetry-instrumentation-aws-lambda: fix improper handling of header casing#4216
Merged
aabmass merged 16 commits intoMay 14, 2026
Merged
Conversation
emdneto
reviewed
Feb 19, 2026
Contributor
Author
|
I've opted to add a |
MikeGoldsmith
approved these changes
Mar 6, 2026
MikeGoldsmith
approved these changes
Mar 9, 2026
herin049
force-pushed
the
fix/aws-lambda-header-casing
branch
from
April 4, 2026 03:47
823f53c to
2bdf34b
Compare
Member
|
Good to close the open conversation threads? |
aabmass
enabled auto-merge (squash)
May 7, 2026 17:56
aabmass
disabled auto-merge
May 7, 2026 17:57
Contributor
Author
Replaced Apache License comments with SPDX identifier.
Removed Apache License comments and added SPDX identifier.
aabmass
approved these changes
May 8, 2026
aabmass
enabled auto-merge (squash)
May 8, 2026 20:06
aabmass
disabled auto-merge
May 8, 2026 21:06
aabmass
enabled auto-merge (squash)
May 8, 2026 21:06
Member
|
Thanks for the PR! Just a heads-up: we no longer update Please add the appropriate changelog fragment for this change instead of editing |
xrmx
approved these changes
May 13, 2026
xrmx
disabled auto-merge
May 13, 2026 09:13
xrmx
enabled auto-merge (squash)
May 13, 2026 09:13
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
May 13, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes issue where request headers are extracted in a case-sensitive manner, resulting in issues with context propagation for API Gateway requests.
Fixes #4106
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.