Skip to content

v0.1.0

Compare
Choose a tag to compare
@rytswd rytswd released this 29 Apr 23:47
· 2 commits to main since this release

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.