Releases: upsidr/dynamotest
Releases · upsidr/dynamotest
v0.1.1
v0.1.0
dynamotest v0.1.0 - 29th Apr, 2022
🎉 First Release of dynamotest
dynamotest.NewDynamoDB(t testing.TB)
- creates a new DynamoDB Local Docker instance. Each call will create a new instance, and use different port, which allows parallel run of test cases.dynamotest.PrepTable(t testing.TB, client *dynamodb.Client, input ...InitialTableSetup)
- creates a table and add some data into the table.