Connect Postgres to SQS with Sequin. Stream database changes for reliable message queuing with ordered delivery guarantees.
Required IAM Policy
<your-queue-arn>
with your actual queue ARN (e.g., arn:aws:sqs:us-east-1:123456789012:my-queue
).
After creating the user, save the Access Key ID and Secret Access Key - you’ll need these when configuring the SQS sink in Sequin in a moment.
insert
, update
, and delete
changes in a buffer until they’re delivered to SQS.
You can use change retention to persist changes to a table in your database. Then, you can stream that table to SQS. This gives you the power to run backfills/replays of recent changes at any times.
Select source tables
Add filters (optional)
Add transform (optional)
Specify backfill
Specify message grouping
Enter queue details
.fifo
extension in the queue’s URL.Create the sink