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
I ended up writing my own, called DynamoDBAPI, which can be found here.
DynamoDBAPI
This is the official repo that I think you are looking for: aws-sdk-go-v2/tree/main/service/dynamodb
Some example for help:
Click here to cancel reply.
2
Answers
I ended up writing my own, called
DynamoDBAPI
, which can be found here.This is the official repo that I think you are looking for: aws-sdk-go-v2/tree/main/service/dynamodb
Some example for help: