Rodrigo Sanches
Results
1
comments of
Rodrigo Sanches
I've found a workaround for this, in my specific case I had to do this: ``` const handle = async (event, context) => { event.resource = '/users/{proxy+}'.replace(/^\/users/, ''); event.requestContext.resourcePath =...