Implement Tower Shims for SDK middleware (#187)
* Implement Tower Shims for SDK middleware This commit implements 3 pieces of tower middleware: 1. A tower service supporting smithy_http::middleware::MapRequest 2. A tower service to dispatch operation::Request 3. A tower service to dispatch & parse the results of `operation::Operation` * Fix clippy lints * Go back to default debug implementation * Check docs in rust-runtime test script * Make Dispatch layer non-exhaustive * Derive default for DispatchLayer
Loading
Please register or sign in to comment