This module provides option to publish the Drupal content to AWS SNS Topics. There is one Amazon Simple Notification Service module available but that module makes the Drupal as SNS subscriber where Drupal can recieve the notification from SNS.
This module makes the Drupal a SNS event dispatcher. Drupal will dispatch the event and push it to configured SNS topic when content is published.
Admin will have option to choose among the available SNS topics to push. The whole entity data will be posted to SNS topic as payload that any other service can consume and respond.