old Inkdrop Documentation
  • Getting Started
    • 🚀Getting Started
  • FAQ
    • 📃FAQ
  • Core Concepts
    • 🧱Resource
    • 🔗Connector
    • 📦Wrapper
    • 📋Sidebar
    • 👩‍💻Code and Deployment
    • ⚙️Overriding Properties with the Codebox
  • Ressources
    • S3 Bucket
    • Lambda Functions
    • IAM Roles
    • API Endpoint
    • Fargate
    • Dynamo DB
    • RDS
    • SQS
    • SNS
  • Custom Code
    • Validating your cloud architecture
Powered by GitBook
On this page
  • Overview
  • Use Cases
  • Properties
  • Inputs and Outputs
  1. Ressources

SNS

PreviousSQSNextValidating your cloud architecture

Last updated 1 year ago

Overview

Amazon SNS allows sending notifications to subscribers via SMS, email, SQS queues, and HTTP endpoints. Subscribers can be filtered based on message attributes.

Use Cases

  • Event notifications for users

  • Triggering workflows and jobs

  • Pushing updates to applications and services

Properties

  • Subscription Protocol: Choose subscription protocol for each subscriber - SMS, email, SQS, HTTP/S.

  • Message Filtering: Control which messages are delivered to which subscribers based on message attributes.

Properties that were left out on purpose.

  • Delivery Retry Attempts: Configure number of retries for sending messages to unresponsive subscribers. Default is 3 Retries.

  • Message Ordering: Ensure messages are delivered in order by topic for each subscriber. Can be enabled or disabled.

You can easily override these defaults by entering the desired values in the

Inputs and Outputs

Inputs

  • Message: Publish message to the SNS topic.

Outputs

  • Subscriber: Deliver message to subscribed endpoint or queue.

code box