Using SQS With Rails
In this post we’re going to learn how to use SQS with Rails.
What’s SQS ?
SQS is a message queueing service provided by AWS. It can be used by two microservices to communicate using messages one acting as producer and the other as consumer. Using SQS...
codingwithaglassofmilk.hashnode.dev5 min read