Uploads data to the Amazon Simple Queue Service (SQS).
Only supports database as a source in the extract part of the configuration.
Before you can upload data to Amazon SQS you have to give Workflows access. Follow the steps below:
load:
conn_id: aws_s3
mapping:
QueueUrl: QueueUrl
MessageBody: MessageBody
DelaySeconds: DelaySeconds
MessageAttributes: MessageSystemAttributes
MessageDeduplicationId: MessageDeduplicationId
MessageGroupId: MessageGroupId
property | type | mandatory | description |
---|---|---|---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is `aws_s3` |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
mapping | type (in dataset) | mandatory | description |
---|---|---|---|
QueueUrl | string | yes | Contains the field name in the dataset that contains the `QueueUrl` of the message queue. |
MessageBody | object | yes | Contains the message body. |
DelaySeconds | integer | no | Contains the message body. |
MessageAttributes | object | no | Contains the message attributes. |
MessageDeduplicationId | string | no | Contains the message deduplication ID. |
MessageGroupId | string | no | Contains the message group ID. |
item | description |
---|---|
API | Amazon SQS REST API |
To type | Data upload |