I was finally able replace most of my AWS DynamoDB mocks with actual database calls by using @localstack.cloud with testcontainers. This combination allows to start the container inside the actual test case, without the need for a pre-test script to start and stop the container.
1 likes 1 replies
?