You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interceptor direct responses and Mock API responses that with the 2XX status code range failing (setting an empty body) when the AWS Lambda filter is engaged in the HTTP filter chain.
As a solution, we have done the following,
The body manipulation issue was totally resolved by adding the 'x-amz-function-error' header to the request flow of Interceptor requests and MockAPI requests. Also removed the header from the interceptor client response, but the MockAPI client response still displays the 'x-amz'-function-error' header.
Version
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered:
Description
Problem
Interceptor direct responses and Mock API responses that with the 2XX status code range failing (setting an empty body) when the AWS Lambda filter is engaged in the HTTP filter chain.
As a solution, we have done the following,
The body manipulation issue was totally resolved by adding the 'x-amz-function-error' header to the request flow of Interceptor requests and MockAPI requests. Also removed the header from the interceptor client response, but the MockAPI client response still displays the 'x-amz'-function-error' header.
Version
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: