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

feat: add support for lambda response streaming #225

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

jadenv
Copy link
Contributor

@jadenv jadenv commented Jul 31, 2024

Adds an optional parameter streaming: true to allow deploying Next with Lambda response streaming.

Most of the work is already handed by open-next by passing the --streaming argument. We just need to also set the Lambda function URL invoke mode to RESPONSE_STREAM.

@bestickley bestickley merged commit d7d2556 into jetbridge:main Jul 31, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants