Skip to content
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

Open
nuvanti opened this issue Aug 19, 2021 · 9 comments
Open

official aws sdk support #162

nuvanti opened this issue Aug 19, 2021 · 9 comments

Comments

@nuvanti
Copy link

nuvanti commented Aug 19, 2021

Does dynomite work with the official aws rust sdk (https://github.com/awslabs/aws-sdk-rust) ?

If not, do you have any plans?

@zamazan4ik
Copy link

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.

@softprops
Copy link
Owner

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

@nuvanti
Copy link
Author

nuvanti commented Aug 22, 2021

Thanks!

@pstephens
Copy link

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)?

@sdd
Copy link

sdd commented Feb 5, 2022

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 rusoto to aws-sdk-rust, at https://github.com/sdd/dynomite/tree/aws-sdk-dynamodb-support . Tests and Doctests are working. Comments and contributions encouraged, and happy to work with @softprops or @nuvanti when it comes to the time to do this for real in your repos.

@stanislav-tkach
Copy link
Contributor

@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 dynomite would be very handy.

@sdd
Copy link

sdd commented Feb 25, 2022

@stanislav-tkach Sure, I'll take a look later this evening 👍🏼

@stanislav-tkach
Copy link
Contributor

@sdd Thanks!

@zeeshanabid94
Copy link

zeeshanabid94 commented Sep 30, 2022

Is this issue being actively worked on? I know @sdd already has a fork with aws-sdk. Is there a plan to get that merged in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants