/module-ballerinax-aws.dynamodb

This is to keep the Amazon DynamoDB connector for Ballerina.

Primary LanguageBallerinaApache License 2.0Apache-2.0

Ballerina Amazon DynamoDB Connector

Build Status GitHub Last Commit License

Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database designed to run high-performance applications at any scale. DynamoDB offers built-in security, continuous backups, automated multi-region replication, in-memory caching, and data export tools.

The connector provides the capability to programatically handle AWS DynamoDB related operations.

For more information, go to the module(s).

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  2. Download and install Ballerina Swan Lake

Building the source

Execute the commands below to build from the source:

  • To build the package:
    bal pack
    
  • To run tests after build:
    bal test
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see contribution guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links