AWS Golang
Timed Retries using AWS SQS in Golang
SQS (Simple Queuing Service) is a distributed messaging queuing service introduced by Amazon as a part of AWS (Amazon Web Services). It is a messaging queue that helps in async processing of messages (or tasks). The producer can produce the tasks (by pushing the messages representing the tasks in the Read more…