Amazon SQS
SQS is a fully managed message queuing service that enables you to decouple and scale microservices, distributed systems, and serverless applications.
Types of Queues:
- Standard Queue: Unlimited throughput, at-least-once delivery, best-effort ordering.
- FIFO Queue: First-In-First-Out, exactly-once processing, limited throughput.