Skip to content
@jlizen jlizen released this 27 Aug 17:28
7ac2274

What's Changed

Notable changes

#1013

  • lambda-http : Added StreamAdapter API. This allows adding layers to lambda runtime (ie, prior to it converting a request from LambdaEvent<LambdaRequest> to a http Request, or the http request back to a lambda response). Previously the streaming API only supported layers on the http server. This is useful for eg adding otel layers that wrap the lambda conversion.
  • examples: new examples for simple lambda-http streaming, and streaming with open-telemetry

New Contributors

Full Changelog: lambda-runtime-0.14.3...lambda