Skip to content

Commit

Permalink
Emergency image name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefdhurst committed Jul 7, 2024
1 parent 5ce2873 commit 7569b47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing Golang and AWS DynamoDB with TestContainers

![Walking Towards a Set of Shipping Containers with Go Logo and DynamoDB Logo Above](/static/golang-dynamodb.jpg)
![Walking Towards a Set of Shipping Containers with Go Logo and DynamoDB Logo Above](/static/golang-dynamodb.png)

## While trying out a refactor for my [Journal](https://github.com/jamiefdhurst/journal) and a move towards more native AWS services with Lambda and DynamoDB, trying to fully test the application without using an AWS account itself started to become challenging. This article gives an overview of how you can use DynamoDB with Golang, and how to use TestContainers, something I've used extensively with Java, in place of a docker compose setup to wrap your Go tests.

Expand Down

0 comments on commit 7569b47

Please sign in to comment.