-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
official aws sdk support #162
Comments
No, this library doesn't support the official AWS SDK (at least yet). Consider that for now the official Rust AWS SDK is not considered stable and at least from AWS perspective shouldn't be used in production yet. We can wait for some time and when migrate from rusoto to AWS Rust SDK. However, later I'm going to add the official AWS Rust SDK support to the library here: https://github.com/rust-serverless/dynomite since this fork is not maintained now. |
I did have plans to migrate this at some point to the official sdk. It would actually simplify and reduce the tax of maintenance as the sdk now fills some feature gaps in rusoto that no longer need to be dynomite specific |
Thanks! |
The AWS SDK is now published to crates.io, so GA is getting closer! https://crates.io/crates/aws-sdk-dynamodb Would both rusoto and aws-sdk back ends be available via feature flags? Or would this be a hard cut over (to reduce tech debt)? |
In case anyone is interested (and bear in mind this is completely unsupported and unstable right now) I've been working with a fork of https://github.com/rust-serverless/dynomite that I've refactored from |
@sdd Could you please update your fork to use the latest AWS SDK version? I'm trying to rewrite my code that uses rusoto to the official SDK and an updated |
@stanislav-tkach Sure, I'll take a look later this evening 👍🏼 |
@sdd Thanks! |
Is this issue being actively worked on? I know @sdd already has a fork with |
Does dynomite work with the official aws rust sdk (https://github.com/awslabs/aws-sdk-rust) ?
If not, do you have any plans?
The text was updated successfully, but these errors were encountered: