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 [email protected], [email protected], [email protected], [email protected] by @jlizen in #1034
Notable changes
lambda-http
: AddedStreamAdapter
API. This allows adding layers to lambda runtime (ie, prior to it converting a request fromLambdaEvent<LambdaRequest>
to a httpRequest
, 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