SNS Topic

SNS Topic Presets

Ready-to-deploy configuration presets for SNS Topic. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Standard Topic

This preset creates a Standard SNS topic with SHA256 message signatures. It is the simplest starting point for a notification or event distribution topic.

02

FIFO Topic with Deduplication

This preset creates a FIFO SNS topic with content-based deduplication and high-throughput mode (per message group). Designed for workflows that require exactly-once, ordered message delivery.

03

Fan-Out to SQS with Filtering

This preset creates a Standard SNS topic with two SQS queue subscriptions, each with a message attribute filter policy. This demonstrates the core SNS fan-out pattern — a single topic distributes...