module-ballerinax-aws.simpledb icon indicating copy to clipboard operation
module-ballerinax-aws.simpledb copied to clipboard

This is to keep the Amazon SimpleDB connector for Ballerina.

Ballerina Amazon SimpleDB Connector

Build codecov GitHub Last Commit GraalVM Check License

Amazon SimpleDB is a simple database service developed by Amazon.

This connector provides operations for connecting and interacting with Amazon SimpleDB endpoints over the network. Its main capabilities are to create and manage SimpleDB domains. Following modules are available in the connector.

  • aws.simpledb

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 in 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 build ./ballerina
    
  • To run tests after build:
    bal test ./ballerina
    

Contributing to Ballerina

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

For more information, see the Contribution Guidelines.

Code of conduct

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

Useful links