Skip to content

Releases: upsidr/dynamotest

v0.1.1

05 May 15:00
44b9d4e
Compare
Choose a tag to compare

dynamotest v0.1.4 - 5th May, 2022

🌱 Patch Release

This fixes the table creation logic when no initial dataset is given.


Details of This Release

🎁 Features

None

🐞 Bug Fixes

  • Add skip logic when initial dataset is not given #2

🔬 Misc

None

v0.1.0

29 Apr 23:47
Compare
Choose a tag to compare

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.