Amazon SNS Connector

Content Type: Module
Categories: AWS

Overview

The Amazon SNS connector provides a way for you to enrich your Mendix app with app-to-app and app-to-person notifications by implementing Amazon Simple Notification Service (SNS).

This connector provides the following actions:

  • ConfirmSubscription
  • CreateTopic
  • ListTopics
  • PublishBatch
  • Subscribe
  • Unsubscribe

 

Documentation

Please see the documentation on Mendix Docs.

Releases

Version: 3.0.0
Framework Version: 9.18.0
Release Notes: - Connector updated to work with Authentication Connector 3.0 and newer versions
Version: 2.0.2
Framework Version: 9.18.0
Release Notes: Bug fixes and small improvements
Version: 2.0.1
Framework Version: 9.18.0
Release Notes: - Removed unnecessary association PublishBatchTopic_PublishBatchRequest - Message attributes fixed and now working properly - Microflow action names fixed - Fixed issue where an uncaught exception was thrown
Version: 2.0.0
Framework Version: 9.18.0
Release Notes: - Changed to Add-on module - Duration constant added for session credentials - ListTopics action updated to be able to retrieve more than 100 different topics by setting the NextToken value in the ListTopicsRequest - Publish action replaced with PublishBatch to be able to publish multiple messages at the same time - ConfirmSubscription action added - CreateTopic action added - Subscribe action added - Unsubscribe action added
Version: 1.0.0
Framework Version: 9.18.0
Release Notes: This version is deprecated Initial release