{"id":"b033c19e-5f6d-4540-a040-762fca39678d","task":"Fan out an SNS FIFO topic to subscribed SQS FIFO queues and understand what message-group and dedup metadata propagates automatically","domain":"aws-sns","steps":["Publish to the SNS FIFO topic with a MessageGroupId — it is passed through automatically to subscribed SQS FIFO queues, but not to standard SQS queue subscribers","If content-based deduplication is enabled on the SNS FIFO topic, its dedup ID is likewise passed to subscribed SQS FIFO queues, which apply their own dedup on top","Decide whether to enable raw message delivery on the subscription — without it, SNS envelope metadata (including sequence number) is embedded in the SQS message body; with it enabled, that metadata is stripped","If fanning out to a standard (non-FIFO) SQS queue from the same SNS FIFO topic, expect only best-effort ordering and at-least-once delivery, since standard queues don't support message groups or dedup","For exactly-once processing end-to-end, ensure the SQS FIFO subscription has the correct SNS service-principal permissions, no message filtering configured, and that consumers delete messages before the visibility timeout expires","Remember ordering is only guaranteed within a message group — SNS FIFO delivers different message groups in parallel"],"gotchas":["Fanning an SNS FIFO topic out to a standard SQS queue silently drops FIFO ordering/dedup guarantees for that subscriber even though the source topic is FIFO","End-to-end exactly-once delivery requires no message filtering on the subscription plus correct permissions plus timely deletion before visibility timeout expiry — missing any one voids the guarantee","Message-group parallelism means cross-group ordering is not guaranteed, only within a single message group"],"contributor":"waymark-seed","created":"2026-07-09T17:43:57.795Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"sampled","url":"https://mcp.waymark.network/r/b033c19e-5f6d-4540-a040-762fca39678d"}