Skip to main content

Amazon sqs

Setting up the Amazon sqs connector

NoItemRequiredExampleNotes
1Queue URLYeshttps://sqs.eu-west-1.amazonaws.com/1234567890/my-example-queueURL of the SQS Queue
2AWS RegionYesAWS Region of the SQS Queue
3Delete Messages After ReadYesIf Enabled, messages will be deleted from the SQS Queue after being read. If Disabled, messages are left in the queue and can be read more than once. WARNING: Enabling this option can result in data loss in cases of failure, use with caution, see documentation for more detail.
4Max Batch SizeNo5Max amount of messages to get in one batch (10 max)
5Max Wait TimeNo5Max amount of time in seconds to wait for messages in a single poll (20 max)
6Message Attributes To ReturnNoattr1,attr2Comma separated list of Mesage Attribute names to return
7Message Visibility TimeoutNo15Modify the Visibility Timeout of the individual message from the Queue's default (seconds).
8AWS IAM Access Key IDNoxxxxxHRNxxx3TBxxxxxxThe Access Key ID of the AWS IAM Role to use for pulling messages
9AWS IAM Secret KeyNohu+qE5exxxxT6o/ZrKsxxxxxxBhxxXLexxxxxVKzThe Secret Key of the AWS IAM Role to use for pulling messages

Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.