Ultimate access to all questions.
As a developer working with AWS Lambda functions, you are tasked with handling requests via Amazon API Gateway for your REST APIs. At present, when a consumer triggers a GET request, the Lambda function returns the entire dataset, making it fully visible. Your team lead has requested that you properly format the data response before it is sent back to the consumer.
What feature within the Amazon API Gateway can you utilize to address this requirement?