403 response when trying to redirect using nginx to API Gateway – SEO
I have the following API: https://kdhdh64g.execute-api.us-east-1.amazonaws.com/dev/user/${user-id} which proxies to a Lambda function. When the user hits /user/1234 the function checks if 1234 exists and return the info for that user or a redirection to /users What I want is to…