stefanycos / dynamodb-services

DynamoDb demo with Spring Boot, Localstacak and NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%