Reference for configuring and using the AWS SNS sink with Sequin.
arn:aws:sns:<region>:<account-id>:<topic-name>
.
For FIFO topics the topic name must end with .fifo
.
<your-topic-arn>
with the ARN of your SNS topic (e.g., arn:aws:sns:us-east-1:123456789012:products-updates
).
use_task_role: true
, ensure your ECS task role, EC2 instance profile, or EKS service account has the required SNS permissions.MessageGroupId
– By default the primary key(s) of the source row, or your custom message grouping when configured.MessageDeduplicationId
– The message’s unique message_id
.MessageGroupId
. However, FIFO SNS topics can only send messages to SQS queues.