Hello, I’m using aws/lambda with serverless and have an endpoint I’d like to render a gif. I’ve added ‘image/gif’ to Binary Support in API Gateway and have the following in my lambda handler
This shows the correct content-type, but it doesn’t actually render the image. I’ve seen some posts here, that it’s not supported, then some that it is supported and there’s plugins. Seems like things are partially working for me here, but perhaps a setting in API gateway? Any suggestions would be great.
Not quite sure why this would work but my base64 wouldn’t. I tried multiple variations of the base64 (excluding data:image/gif;base64, and only sending the base64 string, but none of that seemed to render in the browser.