Skip to content

uuhnaut69/spring-dynamodb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

spring-dynamodb-example

Dynamodb notes, an example integrate dynamodb with spring boot using localstack using technology stacks:

  • Spring boot 2.x.

  • Spring data dynamodb 5.0.4 (5.1.0 has error dynamoDBMapperConfig).

  • Mapstruct 1.3.1.Final.

  • Maven.

About Localstack

LocalStack is a fully functional local AWS cloud stack. It provides an easy-to-use test/mocking framework for developing Cloud applications. Currently, the focus is primarily on supporting the AWS cloud stack. Link localstack github

Installation

pip install localstack awscli-local

Start

localstack start

UI Web Dashboard

localhost:8080

About dynamodb

Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. It's a fully managed, multiregion, multimaster, durable database with built-in security, backup and restore, and in-memory caching for internet-scale applications. DynamoDB can handle more than 10 trillion requests per day and can support peaks of more than 20 million requests per second.

Usecase

  • Ad Tech

  • Gaming

  • Retail

  • Banking and Finance

  • Media and entertainment

....

About

Dynamodb notes, an example integrate dynamodb with spring boot using localstack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages