HOME GUIDE ABOUT SUBSCRIBE
  • INTRODUCTION
    • 1.1  

      What is DynamoDB?
    • 1.2  

      Key Concepts
    • 1.3  

      The Dynamo Paper
    • 1.4  

      Environment Setup
  • SINGLE-ITEM ACTIONS
    • 2.1  

      Anatomy of an Item
    • 2.2  

      Inserting & Retrieving Items
    • 2.3  

      Expression Basics
    • 2.4  

      Updating & Deleting Items
  • MULTI-ITEM ACTIONS
    • 3.1  

      Working with Multiple Items
    • 3.2  

      Querying
    • 3.3  

      Scans
    • 3.4  

      Filtering
  • ADVANCED TOPICS
    • 4.1  

      Secondary Indexes
    • 4.2  

      Local Secondary Indexes
    • 4.3  

      Global Secondary Indexes
    • 4.4  

      DynamoDB Streams
  • OPERATIONS
    • 5.1  

      Provisioning tables
    • 5.2  

      Security
    • 5.3  

      Backups & Restores
    • 5.4  

      Autoscaling
    • 5.5  

      Global Tables
  • DATA MODELING EXAMPLES
    • 6.1  

      Overview
    • 6.2  

      Hierarchical Data
    • 6.3  

      Leaderboard & Write Sharding
  • RESOURCES
    • 7.1  

      Additional Reading

Backups & Restores

Coming soon!