SNS
  • 11 May 2022
  • 1 Minute to read
  • Dark
    Light

SNS

  • Dark
    Light

Article Summary

Overview

As part of the AWS module, connections to Amazon Simple Notification Services (SNS) can be configured. 

Prerequisites

  • Installation of the AWS Module.
  • An active SNS message service configured in AWS.
  • If using temporary credentials. an Amazon IAM role with access to the message service will need to be created.

Setting

To integrate with the message service, the connection must be configured. 

  1. Under System > Settings navigate to Amazon Web Services settings.
  2. Right-click and select Edit.
  3.  In the settings, under SNS, check Use SNS.
  4. Add a new SNS Topic and define the values to establish the connection. Below is a brief overview of each setting:
    Setting NameDescription
    Display NameThe name for the connection as it will appear in Decisions. 
    Topic RegionA drop-down menu to select the environment region.
    Topic Account IDThe account ID associated with the topic.
    Topic NameThe topic name as it appears in the AWS. If the topic used is a FIFO topic, please include .fifo at the end of the topic name.
    Topic Access Key IdThe access key found in the AWS.
    Topic Secret KeyThe secret key for the topic found in AWS.
    Use Temp CredentialsCheck if temporary credentials will be used. If enabled, a Role will need to be defined in AWS, for example, arn:aws:iam::012345678910:role/SNSTestRole

Steps

Post SNS Topic

The Post to SNS Topic step takes in a string Message and posts the message to a Topic defined in the Settings for the step. For FIFO topics, additional inputs for the Message Group ID and Deduplication ID will appear.

InputOutput
Message TextMessage ID


For further information on Integrations, visit the Decisions Forum.



Was this article helpful?

What's Next