Amazon DynamoDB Streams
Version 2012-08-10
Amazon DynamoDB Streams captures a time-ordered sequence of item-level modifications in any DynamoDB table and stores this information in a log for up to 24 hours. Applications can access this log and view the data items as they appeared before and after they were modified, in near-real time. DynamoDB Streams writes stream records in near-real time so that you can build applications that consume these streams and take action based on the contents. A stream record contains information about a data modification to a single item in a DynamoDB table. Stream records are organized into groups called shards. Each shard acts as a container for multiple stream records and contains information required for accessing and iterating through these records. Stream records can be configured to capture one of four view types: KEYS_ONLY (only the key attributes of the modified item), NEW_IMAGE (the entire item as it appears after modification), OLD_IMAGE (the entire item as it appeared before modification), or NEW_AND_OLD_IMAGES (both the new and old images of the item).
Channels
Messages
Servers