Multiple Choices
Answer (Choose 1 answer)
Consider a scenario where you have created a REST API, and the client using this API is submitting a POST request to an endpoint being hosted by Amazon API Gateway. The client wants to send the payload of the request in a format that is different than the format of the payload the backend code needs.What Amazon API Gateway REST API feature can you use to transform the payload of the request from the clients format to the format the backend code needs?
A. Method Response
B. A Model
C. Integration Request
D. A Mapping