
| Part | Description |
|---|---|
| aws kinesis put-record | Command to send (produce) one data record into a Kinesis data stream. |
| --stream-name user-activity-stream | The name of the Kinesis data stream. |
| --partition-key user1 | A key used to group data into a specific shard (helps maintain order). All records with the same key go to the same shard. |











