You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By standard headers is case insensitive, but APIGatewayProxyRequestEvent is instantiated using a regular Map (probably a Hashmap) which causes headers to be case sensitive. I couldn't find the code where it is instantiated, so Idk exactly what is going on there.