Nov 24, 2021 11:08 PM - edited Nov 24, 2021 11:22 PM
Hi,
Unfortnatly API gateway normalises the URL before it hits the lamba function, so the query params are in the wrong order. This makes it impossible to match against the actual URL.
Is there a specific ordering of the URL that we can rely on? I don't mind hard coding, just need to make sure it doesn't change otherwise everything will break.
For example, if you order alphabetically the params before sending, it would at least allow us to deterministically re-construct the URL 😞
Related to this:
Thanks
Solved! Go to Solution.
Jan 4, 2022 2:47 PM
@EM9 ,
I asked the team and their advice presently is to use one of two workarounds
Eventually, we will have a solution on our end for this, but there is no timeline and I would not expect it to happen soon.
Nov 29, 2021 4:58 AM
Hi @EM9
Thank you for reaching out.
I want to tag some of our experts on this - @himanshurauthan @Gonzalo do you have any thoughts for @EM9 on this?
Thank you!
Best
Tiphaine
![]() | Saviez vous que la Communauté est disponible en français? Rejoignez les discussions francophones en changeant votre langue dans les paramètres ! Did you know that the Community is available in other languages? Join regional conversations by changing your language settings ! |
Dec 22, 2021 7:08 PM
Hi, did you get any update on this? Thanks
Jan 4, 2022 2:47 PM
@EM9 ,
I asked the team and their advice presently is to use one of two workarounds
Eventually, we will have a solution on our end for this, but there is no timeline and I would not expect it to happen soon.
May 17, 2022 2:03 AM
Hi,
Just wondering if we've had any updates on this? It really isn't ideal to not verify, and we also can't even compute all permuations because we have to replicate the parsing and encoding logic on our side, which is constatly breaking our customers integrations when we run into edge cases.