Overrid the http status codes returned by Amazon API Gateway in a POST method ?
We have to create an integration response that maps the default response to 201 method response. Follow these steps to fix that: 1. Create a method response with status code 201. Delete the method response with status code 200 if that is not required. 2. Delete the default integration response (that maps default HTTP status to 200 … Lire la suite Overrid the http status codes returned by Amazon API Gateway in a POST method ?



