Writes a single data record into an Amazon Kinesis data stream
Writes a single data record into an Amazon Kinesis data stream
kinesis_put_record(stream, data, partition_key, ...)
stream |
the name of the stream to describe |
data |
the data blob (<1 MB) to put into the record, which is base64-encoded when the blob is serialized |
partition_key |
Unicode string with a maximum length limit of 256 characters determining which shard in the stream the data record is assigned to |
... |
optional further parameters, such as |
list of ShardId
, SequenceNumber
and EncryptionType
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.