DynamoDB client Spring Boot starter

This project provides a Spring Boot starter for DynamoDB client auto-configuration. If you are using Spring Boot and want to use DynamoDB client, you can use this starter to auto-configure the client.

Installation

Maven

<dependency>
    <groupId>com.wilsonfranca</groupId>
    <artifactId>dynamodb-client-starter</artifactId>
    <version>1.0.2-SNAPSHOT</version>
</dependency>

Gradle Groovy

implementation 'com.wilsonfranca:dynamodb-client-starter:1.0.2-SNAPSHOT'

Gradle Kotlin

implementation("com.wilsonfranca:dynamodb-client-starter:1.0.2-SNAPSHOT")

Reporting Issues

You can report issues at GitHub.

Building from Source

$ ./gradlew publishToMavenLocal
$ ./gradlew build

License

DynamoDB client starter is Open Source software released under the Apache 2.0 license.