Simple Spring AWS SQS POC
Application is started via Gradle. To start it, access spring-data-redis-poc folder and run:
gradle bootRun
Application uses Springfox to give you a web interface to test. After start application, access http://localhost:8080/swagger-ui.html in your browser
- Open AWS Console and access SQS service (https://console.aws.amazon.com/sqs/home)
- Create a SQS queue and set queue permission
- Update application.yml with your AWS credentials and SQS queues