Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 566 Bytes

spring-boot-sqs-queue-handler

Gitpod Ready-to-Code

Sample Springboot app to produce and listen to AWS SQS Queue.

Local Setup and installation

Update necessary keys in application.properties.

        $ git clone https://github.com/tamdilip/spring-boot-sqs-queue-handler.git
        $ cd spring-boot-sqs-queue-handler
        $ mvn spring-boot:run

Happy coding :) !!