Skip to content

lambda_http@0.17.0, aws_lambda_events@0.18.0, lambda_runtime_api_client@0.12.4, lambda_runtime@0.14.4

Latest
Compare
Choose a tag to compare
@jlizen jlizen released this 27 Aug 17:28
7ac2274

What's Changed

  • fix(lambda-events): derive Default on various Events by @pmd3d in #1022
  • fix(semver): bump lamda-http to 0.16.0 due to breaking change in dependency, aws_lambda_events by @jlizen in #1025
  • chore(ci): unpin cargo lambda in integration test ci by @jlizen in #1026
  • Fix CI checks by @s0l0ist in #1030
  • Expose streaming API by @s0l0ist in #1013
  • fix: serialize AlbTargetGroupRequest::query_string_parameters value to string by @DiscreteTom in #955
  • chore: prepare lambda_http@0.17.0, lambda_events@0.18.0, lambda_runtime_api_client@0.12.4, lambda_runtime@0.14.4 by @jlizen in #1034

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