1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
2
You need to base64 encode it and return it in the body of the response. See this doc for an example.
You need to base64 encode it and return it in the body of the response. See this doc for an example.
Is it necessary to decode the base64 encoding ?
Also the documentation is not clear on connecting it to api gateway in appropriate manner for sending images as a response .
The document mentions using a Lambda proxy integration for API Gateway at the top - https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html