Amazon SQS
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.
4 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
An AWS Lambda event source mapping for Amazon SQS. Lambda polls the SQS queue and invokes your Lambda function synchronously with an event that contains queue messages. Lambda reads messages in batcheAmazon Simple Queue Service (SQS) Event Source Mapping
-
A dead-letter queue (DLQ) that receives messages that could not be processed successfully from their source queue. Messages are moved to the DLQ after the maximum number of receive attempts (maxReceivAmazon Simple Queue Service (SQS) Event Source Mapping
-
A standard Amazon SQS queue. Standard queues offer maximum throughput, best-effort ordering, and at-least-once delivery. Messages can be received out of the order in which they were sent, and a messagAmazon Simple Queue Service (SQS) Event Source Mapping
-
A FIFO (First-In-First-Out) Amazon SQS queue. FIFO queues are designed to guarantee that messages are processed exactly once, in the exact order that they are sent. FIFO queue names must end with theAmazon Simple Queue Service (SQS) Event Source Mapping