kinesis_put_record
Send a single record to a Kinesis stream in LocalStack, enabling local testing of AWS streaming applications.
Instructions
Put a single record onto a Kinesis stream in LocalStack
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Record data as a string (will be UTF-8 encoded) | |
| streamName | Yes | Stream name | |
| partitionKey | Yes | Partition key for the record |