Brief about Amazon DynamoDB According to official documentation, Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database designed to run high-performance applications at any scale Core Components In DynamoDB, tables, items, and attributes are the core components table — Similar to a TABLE in RDBMS item — Similar to ROW in RDBMS TABLE. …