File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 8
8
"github.com/aws/aws-sdk-go-v2/config"
9
9
"github.com/aws/aws-sdk-go-v2/credentials"
10
10
"github.com/aws/aws-sdk-go-v2/service/dynamodb"
11
+ "github.com/aws/aws-sdk-go-v2/service/dynamodb/types"
11
12
)
12
13
13
14
type ClientOptions struct {
@@ -25,6 +26,8 @@ type Client struct {
25
26
Keys map [string ]string
26
27
}
27
28
29
+ type TransactWriteItem types.TransactWriteItem
30
+
28
31
// Create a new instance of DynamoTable. internally creates aws connection configuration for the db
29
32
// If DynamoTable.Endpoint is specified connects to the db at the given URL, or the default credential of the system is used
30
33
// To connect to AWS DynamoDB from a running pod or EC2 instance, use the default credentials without Endpoint option
You can’t perform that action at this time.
0 commit comments