AWS SDK v2 DynamoDB interface for Go

Viewed 46

I see that the AWS SDK for Go includes a DynamoDB interface, here. Does such an interface also exist that implements the V2 SDK Client here?

2 Answers

I ended up writing my own, called DynamoDBAPI, which can be found here.

Related