Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 741 Bytes

7-dynamodb-streams-global-tables.md

File metadata and controls

19 lines (16 loc) · 741 Bytes

DynamoDB Streams and Global Tables

  • DynamoDB Streams

    • Time-ordered sequence of item-level changes in a table
    • Stored for 24 hours
    • Inserts, updates and deletes
    • Combine with Lambda functions for functionality similar to stored procedures
  • Global Tables

    • Allows you to replicate DynamoDB data from one regaion to another

    • Managed Multi-master, multi-region replication

    • Based on DynamoDB streams

      • Need DynamoDB streams turned on to enable Global Tables
    • Multi-region redundancy for disaster recovery or high availabiltiy

    • Replication latency is under 1 second

    • Baked into DynamoDB.. no application rewrites required

    • Use Cases

      • Globally distributed applications