We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8c6ed commit 58bea6eCopy full SHA for 58bea6e
dynamoDBx/type.go
@@ -87,7 +87,7 @@ func NewTestContainer(ctx context.Context) (*DB, error) {
87
}, nil
88
}
89
90
-func (db *DB) CreateTable(ctx context.Context) error {
+func (db *DB) SetupTables(ctx context.Context) error {
91
tableInput := &dynamodb.CreateTableInput{
92
TableName: aws.String(db.pageNameTable),
93
// You need an AttributeDefinition for every key attribute
0 commit comments