View on GitHub

Kuraun Developers Site

’’ We lean forward to the next cloud native developments. ’’

Products

1. To publish Maven artifacts to S3 a build extension must be defined in a project’s pom.xml. The latest version of the wagon can be found on the aws-maven page in Maven Central.

 <!-- add build extension -->
  <extensions>
    <extension>
      <groupId>io.github.kuraun</groupId>
      <artifactId>aws-maven</artifactId>
      <version>7.0.0.RELEASE</version>
    </extension>
  </extensions>
</build>

2. The AWS Secrets Manager JDBC Library enables Java developers to easily connect to SQL databases using secrets stored in AWS Secrets Manager.

<dependency>
    <groupId>io.github.kuraun</groupId>
    <artifactId>aws-secretsmanager-jdbc</artifactId>
    <version>1.0.8-M1</version>
</dependency>

Welcome pull requests.

Contact Us

Kuraun Developers: kuraun.dev@gmail.com