diff --git a/site/docs/reference/Connectors/capture-connectors/amazon-sqs.md b/site/docs/reference/Connectors/capture-connectors/amazon-sqs.md index 5de343a32f..2d38a14a05 100644 --- a/site/docs/reference/Connectors/capture-connectors/amazon-sqs.md +++ b/site/docs/reference/Connectors/capture-connectors/amazon-sqs.md @@ -2,7 +2,7 @@ sidebar_position: 1 --- -# Amazon SQS Connector Documentation +# Amazon SQS This connector captures data from Amazon Simple Queue Service (SQS) into Flow collections. @@ -18,7 +18,7 @@ Follow these steps to set up the Amazon SQS connector: 1. [Create AWS IAM Keys](https://aws.amazon.com/premiumsupport/knowledge-center/create-access-key/) 2. [Create an SQS Queue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-getting-started.html#step-create-queue) -3. Enter a Primary Key using the standard form editor. +3. Enter a Primary Key and Cursor Field using the standard form editor. Note that these values currently have to be a string or timestamp. :::note @@ -81,4 +81,4 @@ Consider the following performance aspects: ### Data Loss Warning -When enabling Delete Messages After Read, messages are deleted from the SQS Queue after being read. However, there is no guarantee that the downstream destination has committed or persisted the message. Exercise caution before enabling this option to avoid permanent message loss. \ No newline at end of file +When enabling Delete Messages After Read, messages are deleted from the SQS Queue after being read. However, there is no guarantee that the downstream destination has committed or persisted the message. Exercise caution before enabling this option to avoid permanent message loss.