Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables
you to decouple and scale microservices, distributed systems, and serverless applications
SQS eliminates the complexity and overhead associated with managing and operating message
oriented middleware, and empowers developers to focus on differentiating work
In-flight messages are messages that have been picked up by a consumer but not yet deleted
from the queue