Amazon SNS - Create Topic
Overview
You can use this Snap to create a topic, a logical access point that acts as a communication channel in Amazon Simple Notification Service (Amazon SNS). A topic lets you group multiple endpoints (such as AWS Lambda, Amazon SQS, HTTP/S, or an email address). You can create both Standard and FIFO (first in, first out) topics to broadcast the messages of a message-producer system (for example, an e-commerce website) working with multiple services that require its messages.

Supported Accounts
- This is a Write-type Snap.
Works in Ultra Tasks
Prerequisites
Valid AWS Account and SNS access.
Snap views
| Type | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input |
Document. This Snap has at most one document input view. The region, name, attributes, tag attributes, and other details of the topic. |
|
| Output |
Document. This Snap has at most one document output view. The created topic meets the required criteria. |
|
| Learn more about Error handling. | ||
Snap settings
| Field/Field set | Description |
|---|---|
|
Label
|
Required.Specify a unique name for the Snap. Modify this to
be more appropriate, especially if there are more than one of the same Snap in the
pipeline.
Default value: Create Topic Example: |
| Region
|
Specify the AWS region where an application is implemented. If the region field is empty, then the Snap evaluates the region in the following sequence:
Note: It is a best practice to provide value for the Region field.
Default value: N/A Example: |
| Topic Name
|
Required. Specify the name of the target topic. Default value: N/A Example: |
| Attributes |
Use this field set to specify the attributes for the topic. |
| Attribute Name
|
Choose the attribute name:
Default value: N/A Example: |
| Attribute Value
|
Specify a value for the attribute name. Default value: N/A Example: |
| Tag Attributes |
Use this field set to specify the tag attributes for the topic. |
| Tag Name
|
Specify a name for the tag attribute. Default value: N/A Example: |
| Value
|
Specify a name for the tag value. Default value: N/A Example: |
|
Snap execution Dropdown list
|
Choose one of the three modes in
which the Snap executes. Available options are:
Default value: Execute only |
Troubleshooting
| Error | Cause | Resolution |
|---|---|---|
| An error occurred while creating a topic with the given topic name in AWS SNS. | Valid information might be missing. | Check the input data, formats and try again. |
| One or more Pipeline parameters are given in the account. | Validation is not applicable for Pipeline parameters. | Do not validate the account if Pipeline parameters are provided. |