We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: images don't go through API Gateway even when they're in /assets and everything deployed and looking fine (even API Gateway "Test" works).
/assets
Directions: set up the binary payload in API Gateway http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-payload-encodings.html
Ask: make doing this a part of the plugin.
PS. If there's a better way, please share!
The text was updated successfully, but these errors were encountered:
+1 I'm trying to return images from the s3 bucket through an api gateway GET endpoint.
GET
From this article: https://stackoverflow.com/questions/42194162/aws-api-gateway-return-binary-file-from-base64-browser-error
It looks like we'll have to use the AWS CLI to change the setting contentHandling to equal CONVERT_TO_TEXT
contentHandling
CONVERT_TO_TEXT
Sorry, something went wrong.
No branches or pull requests
Problem: images don't go through API Gateway even when they're in
/assets
and everything deployed and looking fine (even API Gateway "Test" works).Directions: set up the binary payload in API Gateway http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-payload-encodings.html
Ask: make doing this a part of the plugin.
PS. If there's a better way, please share!
The text was updated successfully, but these errors were encountered: