My API Gateway/Lambda setup returns an http response header: Lamdba uses a callback function to return the value as part of a json and the Integration Response maps it into a header (using integration.response.body)
With this solution, the values are sent back both in the body and the header.
How can I map headers from the Lambda response without duplicating the values in the response body?