FIFO Queues

FIFO Queues

  • High Throughput (300 messages/sec or use batch)
  • Exactly-Once Processing
  • First-In-First-Out Delivery

When to use

Order is critical, and duplicated can't be tolerated.
notion image
💡
Not compatible with FIFO queues: S3 Event Notifications, Auto Scaling Lifecycle Hooks, AWS IoT Rule Actions, AWS Lambda DLQ