AWS API Gateway gotchas
Looks like you can't get the raw request url or query parameters:-
Query parameters get in different order .
You can't pass parameters with same key to simulate arrays .
API Gateway already decoding the query params so if your params has some esoter...
grep.koditi.my1 min read