Skip to content

Commit

Permalink
Update amazon-sqs.md
Browse files Browse the repository at this point in the history
Updating SQS
  • Loading branch information
dyaffe authored Jul 24, 2023
1 parent 2ab7895 commit 7b50a49
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down Expand Up @@ -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.
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.

0 comments on commit 7b50a49

Please sign in to comment.