-
Notifications
You must be signed in to change notification settings - Fork 491
Closed
Description
As described in this AWS Developer Forum post, in order to support binary response content from a Lambda function invoked by API Gateway proxy, the Lambda response needs to include the isBase64Encoded: true
flag in its JSON response payload.
The most recent revision of the APIGatewayProxyResponse
response model class does not include such a flag and the furthermore, the AspNetCoreServer
package would need to provide a means of triggering (and flagging) the base64-encoding when binary response content is returned from a controller action method.
damianh
Metadata
Metadata
Assignees
Labels
No labels