By default, Fiber normalizes requests headers: `X-GoLambdaProxy-ApiGw-Context` -> `X-Golambdaproxy-Apigw-Context` The adapter doesn't account for this, so there will be a request header casing mismatch when trying to look up the headers.
By default, Fiber normalizes requests headers:
X-GoLambdaProxy-ApiGw-Context->X-Golambdaproxy-Apigw-ContextThe adapter doesn't account for this, so there will be a request header casing mismatch when trying to look up the headers.