Decoupling Ruby Applications with Amazon SNS & SQS
As the Kapost development team has grown, we found that we’ve reached a threshold where it has become necessary to break our application apart into smaller, more manageable pieces. Take a look at how we drove communication between smaller applications with a custom Ruby gem that leveraged Amazon SNS and SQS.