Codebase for the blog post Test Spring applications using AWS with Testcontainers and LocalStack
Steps to run this project:
- Clone this Git repository
- Navigate to the folder
spring-boot-aws-integration-tests
- Ensure your Docker daemon is running
- Run the integration test with
mvn verify