AWS SQS
AWS SQS sinks data as messages to an AWS SQS queue.
The sink enforces these ingest restrictions for the SQS service:
- messages cannot be more than 256 KB in size
- batches cannot contain more than 500 messages
- batches cannot be more than 256 KB in size
Interpretation Methods
The sink supports these interpretation methods:
- object
- data
Settings
| Field | Type | Description | Required |
|---|---|---|---|
| queue | string | the AWS SQS queue name that data is sent to. | Yes |
Updated almost 3 years ago
