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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New method to support v2 client #97

Open
danielpsf opened this issue Jun 26, 2019 · 2 comments
Open

New method to support v2 client #97

danielpsf opened this issue Jun 26, 2019 · 2 comments

Comments

@danielpsf
Copy link

dynamo.NewFromIFace(.... could have a sibling to support V2 AWS SDK DDB Client. 馃槈

@guregu
Copy link
Owner

guregu commented Jul 15, 2019

True, but then I'd have to rewrite the entire library to use v2 OR v1 stuff, and depend on them both.

This sounds crazy, but what you could do is make a translation layer that implements the v1 interface but uses the v2 SDK. Then you could use NewFromIFace with that. It wouldn't need to be part of this package either. I could take a crack at it if I find myself with some extra time, but I'm pretty busy at the moment.

@magnetikonline
Copy link

Related: #206

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

3 participants