Spring boot application integrated with sqs and localstack
-
First one we need run docker-compose to create local dynamodb and tables.
- docker-compose up -d
-
Run application.
- maven install
- java -jar springboot-sqs-localstack
-
Go to /postman and import collection to tests.