1回の呼び出しで複数のデータレコードを配信ストリームに書き込みます。これにより、1つのレコードを複数のレコードにまとめる場合よりも、プロデューサあたりのスループットが向上します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/firehose/put-record-batch.html
aws firehose put-record-batch \u003cspan class=\ |
[JAWS-UG CLI] Amazon Kinesis Firehose 入門 (3) レコードの登録 : http://qiita.com/domokun70cm/items/1b4e3adbf788f94613c5 |
aws firehose put-record-batch --delivery-stream-name S3TestingStream --records '" |
amazon web services - Kinesis Firehose Putrecordbatch example - Stack Overflow : http://stackoverflow.com/questions/42538311/kinesis-firehose-putrecordbatch-example |
aws firehose put-record-batch \ --delivery-stream-name my-firehose \ --region us-east-1 \ --records |
pipe2firehose | Coreforge : http://www.coreforge.com/blog/2018/03/pipe2firehose/ |