I tried creating an AWS API Gateway proxy which will pass any HTTP verbs as 'GET' to the target server (because it was needed for specific purpose).
Text and JSON files are transfered without problem, but all images are broken.
It seems that API Gateway proxy somehow intercepts and damages binary/image data.
Is there some specific configuration to allow me pass images also?