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
When using Open-Next's API Gateway converter, we are facing some issues with query parameters.
Issue:
API Gateway already decodes the query parameters for REST APIs as documented here. But the routing util here decodes the query parameters again causing routing failure at the converter.
We have a temporary workaround by using custom API Gateway converter where we encode the decoded query parameter 🙂. But this causes issues where we actually need some URL query parameters with decoded values.
Can this decoding be skipped for API Gateway events?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello 👋
When using Open-Next's API Gateway converter, we are facing some issues with query parameters.
Issue:
API Gateway already decodes the query parameters for REST APIs as documented here. But the routing util here decodes the query parameters again causing routing failure at the converter.
We have a temporary workaround by using custom API Gateway converter where we encode the decoded query parameter 🙂. But this causes issues where we actually need some URL query parameters with decoded values.
Can this decoding be skipped for API Gateway events?
Thank you!
The text was updated successfully, but these errors were encountered: