Testcontainers and LocalStack: Local integration testing of a SpringBoot application backed by an AWS DynamoDB
Suppose we are developing a SpringBoot application offering two REST endpoints, one for storing records into and one to fetch records from an AWS DynamoDB table. AWS DynamoDB is a […]