Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use AWS Lambda response streaming #623

Open
leo60228 opened this issue Aug 31, 2024 · 0 comments
Open

Use AWS Lambda response streaming #623

leo60228 opened this issue Aug 31, 2024 · 0 comments
Labels
help wanted Extra attention is needed scope: servers This has to do something with creating/updating servers type: enhancement New feature or request

Comments

@leo60228
Copy link

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.

@Snazzah Snazzah added type: enhancement New feature or request help wanted Extra attention is needed scope: servers This has to do something with creating/updating servers labels Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed scope: servers This has to do something with creating/updating servers type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants