Amazon DynamoDB Connector

Content Type: Module
Categories: AWS

Overview

The Amazon DynamoDB connector provides a way for you to increase the security, scalability, and performance of your Mendix app by implementing Amazon DynamoDB.

The connector provides the following actions:

  • BatchGetItem
  • BatchPutItem
  • DeleteItem
  • DescribeTable
  • GetItem
  • ListTables
  • PutItem
  • Scan

For more information about our AWS Connector strategy, please see the Mendix Evaluation Guide


Documentation


Please see the documentation on Mendix Docs.

Releases

Version: 2.0.1
Framework Version: 9.18.0
Release Notes: - no changes
Version: 2.0.0
Framework Version: 9.18.0
Release Notes: - Connector updated to work with Authentication Connector 3.0 and newer versions
Version: 1.0.3
Framework Version: 9.18.0
Release Notes: We added a migration file which can be used in Mendix 10.3+ to rebuild your dependencies with Mendix' Java Dependency Management feature
Version: 1.0.2
Framework Version: 9.18.0
Release Notes: Bug fixes and small improvements
Version: 1.0.1
Framework Version: 9.18.0
Release Notes: Bugs - We fixed an issue caused by missing dependencies (NoClassDefFoundError) New Features - N/a Improvements - N/a