Amazon DynamoDB Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for Amazon DynamoDB (DynamoDB Connector) is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability.
DynamoDB Connector provides connectivity to the Amazon DynamoDB API, enabling interaction with Amazon DynamoDB to create a database table that can store and retrieve any amount of data, and serve any level of request traffic. This connector automatically balances data and traffic for the table over a sufficient number of servers to handle the request capacity specified by a customer and the amount of data stored, while maintaining consistent and fast performance.
Starting with v.1.0.0, DynamoDB Connector is licensed commercially with Anypoint Platform.
Guide: Amazon DynamoDB Connector
Reference: Amazon DynamoDB Connector Reference
1.4.10
1.4.9
1.4.8
1.4.6
1.4.5
1.4.3
February 10, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1 and later |
Amazon Java SDK for DynamoDB |
v1.11.946 |
OpenJDK |
8 and 11 |
Anypoint Studio |
7.1 and later |
1.4.0
1.3.0
1.1.0
1.0.0
January 5, 2018
Compatibility
Application/Service | Version |
---|---|
Mule |
4.0.0 and later |
Amazon Java SDK for DynamoDB |
v1.11.247 |
Java |
1.8.0_x |
Anypoint Studio |
7.0 and later |
Features
-
Built with Mule v4.0.0
-
Built with AWS SDK v1.11.247
-
Support for temporary credentials - A checkbox named Try Default AWS Credentials Provider Chain has been added to the Global Element configuration. If selected, the connector first tries to obtain the credentials from an AWS environment.
-
Support for Retry Policy - The connector performs a maximum of 10 retries when a request fails due to server-side throttling or dropped connection.
The following operations are supported:
Control Plane:
-
CreateTable
-
DeleteTable
-
ListTables
-
UpdateTable
Data Plane:
-
PutItem
-
BatchWriteItem
Reading Data:
-
GetItem
-
BatchGetItem
-
Query
-
Scan
Updating Data:
-
Updating Data
Deleting Data:
-
DeleteItem
-
BatchDeleteItem
DynamoDB Streams:
-
ListStreams
-
DescribeStream
-
GetShardIterator
-
GetRecords