Skip to content

5.0.0: Response streaming

Choose a tag to compare

@thekid thekid released this 24 Jun 13:01
· 35 commits to main since this release

This major release add support for response streaming, currently only implemented by the NodeJS runtimes on AWS. For implementation details, see https://github.com/xp-forge/lambda#response-streaming

  • Merged PR #23: Implement streaming lambda responses, as announced by
    AWS in April 2023. Response stream payloads have a soft limit of 20 MB
    as compared to the 6 MB limit for buffered responses. See also #22.
    (@thekid)