-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
support ResponseStream mode for functionUrl #12935
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
Conversation
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 1h 50m 32s ⏱️ Results for commit 9c367e6. ♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 19m 32s ⏱️ - 25m 48s Results for commit 9c367e6. ± Comparison against base commit f5d850d. This pull request removes 1239 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Currently, only patch changes are allowed on main. Your PR labels (semver: minor) indicate that it cannot be merged into the main at this time. |
f4c884d
to
9c367e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Nice work!
So the streaming payload is the metadata split by 8 \0 bytes? Interesting, really nice work!
Motivation
This Pr implements the capability to handle LambdaURL invocations of type StreamResponse See here for more info
Changes
Testing