We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cecf6 commit 1a1195fCopy full SHA for 1a1195f
ChangeLog.md
@@ -5,6 +5,10 @@ AWS Lambda change log
5
6
## 5.0.0 / 2023-06-24
7
8
+This major release add support for response streaming, currently only
9
+implemented by the NodeJS runtimes on AWS. For implementation details,
10
+see https://github.com/xp-forge/lambda#response-streaming
11
+
12
* Merged PR #23: Implement streaming lambda responses, as announced by
13
AWS in April 2023. Response stream payloads have a soft limit of 20 MB
14
as compared to the 6 MB limit for buffered responses. See also #22.
0 commit comments