Skip to content

DynamoDb demo with Spring Boot, Localstacak and NodeJS

Notifications You must be signed in to change notification settings

stefanycos/dynamodb-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamodb-services

DynamoDb demo with Spring Boot, Localstacak and NodeJS

Localstack

Localstack configuration enable us to test our applcation integration wity DynamoDB locally, with no need to deploy the application in AWS.

  • Inside directory infrastructure we have a docker-compose.yml file, by running command docker-compose up -d localstack container will get started.
  • TIP: access localhost:4566/health if you see a json list of AWS Services localstack is working as expected.

DynamoDB

An easy way to create a table is by using Schemas that defines the table configuraion.

About

DynamoDb demo with Spring Boot, Localstacak and NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages