Question for anyone using lambda function urls: ha...
# general
a
Question for anyone using lambda function urls: have you noticed that function urls lowercase all query params? Ex. GET /foo?helloWorld=1 gets turned into helloworld=1 in the lambda event. This broke a bunch of our validation in prod and was a huge mess. Http APIG does not do this obviously making me question what's actually backing function urls. Hoping this isn't just me
t
That's really odd
a
So frustrating. Raw query has correct casing, parsed query params has incorrect casing
t
that has to be a bug on their end
seems weird that this would be intentional
a
Definitely. Whats best way to reach out to them for something like this? Forums?