kinesis_get_records
Fetch records from a Kinesis stream shard in LocalStack. Control data retrieval with iterator type and limit for local testing.
Instructions
Get records from a Kinesis stream shard in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return (default: 10) | |
| shardId | Yes | Shard ID (e.g. shardId-000000000000) | |
| streamName | Yes | Stream name | |
| shardIteratorType | No | Iterator type (default: TRIM_HORIZON) |