DynamoDB Global Tables

DynamoDB Global Tables

In this article, we will create a DynamoDB table, make it global, and test it. Global Table is a powerful feature but simple and easy to use.

Global Table helps the customers to deploy a multi-region, multi-master database and takes care of all necessary tasks to create identical tables in these Regions and propagate ongoing data changes to all of them.

API Schema Validation Using @Hapi/joi Schema NPM

@Hapi/joi Schema NPM

Many product companies are taking an API First approach. The whole idea is to enable the end product to be consumed by mobile devices or client applications.

It is very important to develop API’s that are consistent and reusable.

Quick Start on DynamoDB: Part 1

Quick start on DynamoDB

My intention is to make it loud and clear that learning Dynamo DB is simple and easy to use. Before we jump right into it, I would like to familiarize you with the following. This article can be considered a quick reference for the DynamoDB starters.

You may also like:  Should You Use DynamoDB? (Part 1)

This will help to unlearn the RDBMS mindset and give you enough torque for learning and implementing this quickly.