Features | Pricing | Documentation | Contact | Blog

SQS Destinations

Service Name: Simple Queue Service (SQS)
ARN Format: arn:aws:sqs:{region}:{account}:{name of queue}
Style: Async (Write)
Actions (required Permissions): sqs:SendMessageBatch
Payload Format: JSON Packet, one message per packet

Proxylity's integtration with SQS writes batches of packets arriving at your listener as messages to your queue. Writing packets to SQS allows delayed handling for moderate to high rate workloads.

Things to know about using SQS destinations: