Skip to content

Dynamo-DB Spring-Boot-3 AutoConfiguration for AmazonDynamoDB (Low-Level Interface), DynamoDB (Document Interface) and DynamoDBMapper (Object persistence Interface)

License

Notifications You must be signed in to change notification settings

dz-adman/dynamodb-autoconfiguration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamodb-autoconfiguration

Dynamo-DB Spring-Boot AutoConfiguration for

  • DynamoDbClient (AWS SDK for Java 2.x)

To add the dependency in your project:

Maven

<dependency>
    <groupId>com.dz.dynamodb</groupId>
    <artifactId>ddconfig-spring-boot-starter</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

Gradle

implementation "com.dz.dynamodb:ddconfig-spring-boot-starter:0.0.1-SNAPSHOT"

application.properties

dynamodb.endpoint=
dynamodb.region=
dynamodb.accessKey=
dynamodb.secretKey=
dynamodb.apiCallTimeout=
dynamodb.numRetries=

application.yml

dynamodb:
    endpoint:
    region:
    accessKey:
    secretKey:
    apiCallTimeout:
    numRetries:

To disable the beans creation, set dynamodb.enabled property to false

About

Dynamo-DB Spring-Boot-3 AutoConfiguration for AmazonDynamoDB (Low-Level Interface), DynamoDB (Document Interface) and DynamoDBMapper (Object persistence Interface)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages