Skip to content

Releases: yokawasa/kinesis-bulk-loader

v0.0.4

28 Jul 21:54
Compare
Choose a tag to compare
  • Add -append-random-str to append random string to message payload that you give with -m option

v0.0.3

11 Jul 00:36
Compare
Choose a tag to compare

Add -endpoint-url to specify the URL to send the request to. For most cases, the AWS SDK automatically determines the URL based on the selected service and the specified AWS Region

Now you can specify the url to send API requests to. For example, you can give the localstack endpoint (http://localhost:4566) when you develop kinesis application using localstack like this:

kinesis-bulk-loader -stream foo-test01 -region ap-northeast-1 -k 123 -m xxx -endpoint-url http://localhost:4566

v0.0.2

10 Jul 08:50
Compare
Choose a tag to compare
Version kinesis-bulk-loader-v0.0.2

v0.0.1

20 Jun 07:48
Compare
Choose a tag to compare

Initial release