DynamoDB Streams operations
Every DynamoDB Streams operation Overcast declares — 4 of 4 implemented — with status, behaviour notes and a link to the AWS API reference for each.
All 4 listed operations are implemented. Back to DynamoDB Streams.
Summary
| Category | ✅ Supported |
|---|---|
| General | 4 |
Endpoints
General
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
DescribeStream | ✅ Supported | A stream ARN from another region is a ResourceNotFoundException, as on AWS’s regional endpoints | docs |
GetRecords | ✅ Supported | Reads the stream in the region its shard iterator names; each record carries awsRegion | docs |
GetShardIterator | ✅ Supported | docs | |
ListStreams | ✅ Supported | Region-scoped — reports only streams for tables in the request’s region | docs |
Related
- DynamoDB Streams — quick start, what works, and the differences from AWS
- All service pages