Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 257 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 257 Bytes

event-processor

Watches SQS messages, and once available, processes it according to the nature of the request. Inspired by https://github.com/iluwatar/java-design-patterns

Next Steps

  • Add ExecutorService
  • Integrate with SQS to get requests
  • JUnits