AWS SDK v2 DynamoDB Go接口

huangapple go评论68阅读模式
英文:

AWS SDK v2 DynamoDB interface for Go

问题

我看到AWS SDK for Go包括一个DynamoDB接口,在这里。是否也存在一个实现V2 SDK客户端的接口,在这里

英文:

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?

答案1

得分: 2

我最终自己写了一个名为DynamoDBAPI的代码,可以在xefino/goutils包的awssvc子包中找到,这里。我还为S3、KMS和SQS做了类似的事情。

英文:

I ended up writing my own, called DynamoDBAPI, which can be found in the xefino/goutils package, in the awssvc sub-package, here. I did something similar for S3, KMS and SQS as well.

答案2

得分: -1

这是我认为你正在寻找的官方存储库:aws-sdk-go-v2/tree/main/service/dynamodb

一些帮助示例:

英文:

This is the official repo that I think you are looking for: aws-sdk-go-v2/tree/main/service/dynamodb

Some example for help:

  • Creating table programmatically: Ref

  • Scanning table items: Ref

huangapple
  • 本文由 发表于 2022年9月13日 09:41:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/73696738.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定