This module provides the option to publish the Drupal content to AWS SNS Topics. There is one Amazon Simple Notification Service module available but that module makes Drupal as SNS subscriber where Drupal can receive the notification from SNS.

This module makes Drupal SNS publisher. Drupal will dispatch the event and push it to the configured SNS topic when content is created or updated.

Admin will have the option to choose among the available SNS topics to push. The whole entity data will be posted to SNS topics as payload that any other service can consume and respond to.

This module requires the AWS PHP SDK, sites using this module will need to use the Composer to grab it and all other dependencies.

It is recommended to install this module using composer.

Short name
aws_sns_publisher
Supporting organizations