Aws Lambda Api Gateway Binary Response at peggycanderson blog

Aws Lambda Api Gateway Binary Response.you must configure the api as follows to support binary payloads for your api in api gateway: i have an aws lambda function behind an aws api gateway powered by serverless, the lambda should be returning a pdf document via:

A Detailed Overview of AWS API Gateway LaptrinhX
from laptrinhx.com

i have an aws lambda function behind an aws api gateway powered by serverless, the lambda should be returning a pdf document via:you must configure the api as follows to support binary payloads for your api in api gateway: Asked 6 years, 3 months ago.

A Detailed Overview of AWS API Gateway LaptrinhX

Aws Lambda Api Gateway Binary Responseyou must configure the api as follows to support binary payloads for your api in api gateway: Asked 6 years, 3 months ago. Add the desired binary media.to return binary media from an aws lambda proxy integration, base64 encode the response from your lambda function.