Receiving SQS messages with Ruby
Recently, at work, I learned a way to handle SQS messages polled from an SQS queue in an efficient way. I will share the approach here.
# Path: app/services/football_events/receive_sqs_football_events.rb
class FootballEvents::ReceiveSQSFootballEvents...
tonystrawberry.hashnode.dev2 min read