The Amazon DynamoDB connector allows you to access the Amazon DynamoDB REST API through WSO2 EI. Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. AmazonDynamoDB enables customers to offload the administrative burdens of operating and scaling distributed databases to AWS, so they don’t have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling.
Connector version | Supported Amazon DynamoDB API version | Supported WSO2 ESB/EI version |
---|---|---|
1.0.1 | 2012-08-10 | ESB 5.0.0, EI 6.3.0, EI 6.4.0, EI 6.5.0 |
1.0.0 | 2012-08-10 | ESB 5.0.0, EI 6.3.0, EI 6.4.0 |
- Download the connector from the WSO2 Store by clicking the Download Connector button.
- You can then follow this documentation to add the connector to your WSO2 EI instance and to enable it (via the management console).
- For more information on using connectors and their operations in your WSO2 EI configurations, see Using a Connector.
- If you want to work with connectors via WSO2 EI Tooling, see Working with Connectors via Tooling.
To get started with Amazon DynamoDB connector and their operations, see Configuring Amazon DynamoDB Operations.
Follow the steps given below to build the Amazon DynamoDB connector from the source code:
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-amazondynamodb
directory:mvn clean install
. - The Amazon DynamoDB connector zip file is created in the
esb-connector-amazondynamodb/target
directory
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.