Create SNS Topic
An Amazon SNS topic is a logical access point that acts as a communication channel. A topic lets you group multiple endpoints (such as AWS Lambda, Amazon SQS, HTTP/S, or an email address). To broadcast the messages of a message-producer system (for example, an e-commerce website) working with multiple other services that require its messages (for example, checkout and fulfillment systems), you can create Amazon SNS topic for your producer system.
Prerequisite: access right to create the topic in SNS
Create project in anypoint studio and configure the listener to trigger the flow
Drag and drop create Amazon SNS topic and provide the connector configuration
Configure the topic name
Deploy the project and trigger from soap ui
Topic Created in AWS SNS
Sample application:createsnstopic sample application
Soap UI Project:CreateSNSTopic.xml
How to create sns topic using rest api in postman