I\'m trying to map the JSON output from a Lambda function to the header of an API Gateway call. As an example here, we can consider a redirect scenario. So I\'d like to add a
I know it has been a while since this was asked but you can now set:
integration.response.header.Location (note Uppercase L in Location) in Mapping value if you are setting it in response headers.
Example