Amazon DynamoDB Streams

2025/07/15 - 1 updated api methods

Changes   Added support for optional shard filter parameter in DescribeStream api that allows customers to fetch child shards of a read_only parent shard.

2017/02/27 - 1 updated api methods

Changes   Time to Live (TTL) is a feature that allows you to define when items in a table expire and can be purged from the database, so that you don't have to track expired data and delete it manually. With TTL enabled on a DynamoDB table, you can set a timestamp for deletion on a per-item basis, allowing you to limit storage usage to only those records that are relevant.