Skip to main content

Command Palette

Search for a command to run...

AWS API Gateway gotchas

Published
1 min read
K

I am a web developer focusing on building web application using Python and Django. Full profile on https://kamal.koditi.my/.

Looks like you can't get the raw request url or query parameters:-

The suggested workaround seems if you need to access raw data, don't pass it as query params, put it in the request body instead.

More from this blog

Kamal's Blog

23 posts

Random notes around Linux, Python, Django and Vuejs