//
pkg.gl
Category
github.com/tommzn/aws-dynamodb/testing
module
package
1.0.2
Repository:
https://github.com/tommzn/aws-dynamodb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
60 SLOC
#
Functions
SetupTableForTest
SetupTableForTest will create a new DynamoDb table with passed name and a composed primary key with an ID as hash key and an object type as sort key.
TearDownTableForTest
TearDownTableForTest will delete passed table from DynamoDb.