Better DynamoDB Tests in Go with dockertest
DynamoDB is Amazon's premium NoSQL database. It's fast, reliable, and scalable, but it also only lives in AWS. In this post, I'll show you how to use the dockertest library to run a local DynamoDB instance via Docker for testing your DynamoDB access patterns.