Spring Boot starter that auto-configures AWS clients against LocalStack
localstack-spring-boot-starter is a Spring Boot starter that launches a LocalStack Docker container via Testcontainers and auto-configures AWS client beans (for example AmazonS3 and AmazonSQSAsync). It requires JDK 8+ and is tested with Spring Boot 2.x. The starter is suited for applications needing local AWS service emulation for development and integration testing.
0