Skip to content

Add support for binary response content #74

@ebekker

Description

@ebekker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions