-
Notifications
You must be signed in to change notification settings - Fork 361
Implement tower::Service trait #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
813efe9
to
3a5b109
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like how this turned out, good job!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @calavera. This is a very clean change and easy to follow. Great work.
Thanks for the check, folks! I'll go ahead and merge this. |
Issue #, if available: #374
Description of changes:
Replaces all custom traits with
tower::Service<LambdaEvent>
:lambda_runtime::Runtime
lambda_extension::Extension
lambda_http::Handler
tower::Service<Request>
tower::Service<Request>
lambda_integration_tests
By submitting this pull request
Closes #374
Closes #96