Replies: 2 comments
-
Yes, though the API's are different. The Rust SDK has the concept of interceptors which is based on a common capability/API for all new AWS SDKs (you'll find the same interface in Kotlin + Swift for instance). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great, thank you. I had a feeling it was available. Just didn't know what it was called. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The AWS SDK for JavaScript v3 supports the concept of "middleware" for service clients and specific service API operations (commands, as they call them). This functionality is useful for things like:
Does the AWS SDK for Rust support a similar concept of middleware / hooks / plugins?
https://aws.amazon.com/blogs/developer/middleware-stack-modular-aws-sdk-js/
https://github.com/aws/aws-sdk-js-v3/blob/main/README.md#middleware-stack
Beta Was this translation helpful? Give feedback.
All reactions