Skip to content

Use AWS Lambda response streaming #623

@leo60228

Description

@leo60228

Response streaming is a relatively recent AWS Lambda feature allowing Lambda functions written in Node.js to write their responses to a stream instead of returning them. Notably, the Lambda will continue executing even after the stream is closed. This would avoid the documented caveats with defer/sendFollowUp in Lambdas.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededscope: serversThis has to do something with creating/updating serverstype: enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions