Amazon web services – Redirect on POST request AWS APIGateway and Lambda
I have an API Gateway endpoint backed by lambda function, as part of that I am returning a redirect to my caller. But in browser what I see is that after POST request, browser sees a 303 response, and then…