Posts

Showing posts from October, 2021

AWS : Dynamo DB : Developer : Section 22

Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NoSQL serverless DynamoDB Is serverless database . it is managed by AWS and it will scale for you. It is well integrated with AWS lamda and other AWS services . We will learn  how do design a dynamo db table  How to enable streams and how to ensure your Dynamodb table is fully secured But if you add read replicas you are going to be limited to how many read replicas you can have . How to choose a Primary key for Dynamo DB You have two options for primary Key .   317. DynamoDB Basics Hands On We start by creating a Table not a Database in a normal scenario It is Create a Table Not Create Database . Thats because the database is already created , so the only constraint you have is to create a Dynamo DB. so there is no provisioning of a database or so on and that makes it a server-less offering . Table_Name : Us...