Hello,
I'm trying to set up the prefix rewriting with API Gateway, and wondering if the following scenario is supported:
Incoming Request: /aaa/bbb/{id}/ccc
Essentially what I'm trying to do is to remove the /aaa prefix before passing the request to the backend.
Is that possible with path translations, if not, is there any workaround available?
Cheers
Robin