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
I am trying to update my application from lambda_http from 0.13 to 0.,14 and getting error
the trait bound `LambdaService<Router>: Service<http::Request<lambda_http::Body>>` is not satisfied
the trait `Service<http::Request<aws_lambda_events::encodings::http::Body>>` is implemented for `LambdaService<Router>`
for that trait implementation, expected `aws_lambda_events::encodings::http::Body`, found `lambda_http::Body`
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
I am trying to update my application from lambda_http from 0.13 to 0.,14 and getting error
here is my start function
i have tower=0.5.2 and axum-aws-lambda=0.9.0
What do i need to change to get it compiled?
It works when i remove:
.layer(axum_aws_lambda::LambdaLayer::default())
Thanks
The text was updated successfully, but these errors were encountered: