You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
dynamo.NewFromIFace(....
could have a sibling to support V2 AWS SDK DDB Client. 😉The text was updated successfully, but these errors were encountered: