You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #406, lambda_http::Body implements http_body::Body. However, lambda_http::LambdaResponse only accepts lambda_http::Body as response body.
With this proposal, we could create a LambdaResponse from any Request<http_body::Body>, which means Lambda functions could return anything that implements this trait.