Skip to content

brunograna/spring-boot-dynamodb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Kafka

Project: Spring Boot DynamoDB Demo

License: MIT Language: Java Version: 1.0

🚀 Project Features

🔍 Download the project and test by yourself.

🎯 Development objective

  • Java 11 with Spring Boot 2.4.5 and DynamoDB
  • CRUD operations on restfull endpoints
  • Tests using TestContainer

📁 Resources

Base Url

Annotations Route

${HOST_URL}/dynamodb/v1

/foods

Restfull CRUD Endpoint

${HOST_URL}/dynamodb/v1/foods

Json Schema Definition:

type: object
properties:
  id:
    type: string
    description: food id
  name:
    type: string
    description: food name
  weight:
    type: number
    description: food weight

Developed by Bruno Garcia 👋 More about me