I am looking for an example to send multiple records to kinesis streams using putrecordbatch.
I am currently using putrecord command in the following way to send records to kinesis streams.
aws firehose put-record --delivery-stream-name csvtoredshiftstreamingjson --record='Data="{\"productid\":1,\"productname\":\"phone\",\"productprice\":\"2.30\"}"'
Request help on a similar way to write putrecordbatch.
Thanks & Regards, Srivignesh KN
From
aws firehose put-record-batch help
:Should work fine, up to 500 records or the limit of your command line buffer.
The result will look something like: