Releases: yokawasa/kinesis-bulk-loader
Releases · yokawasa/kinesis-bulk-loader
v0.0.4
v0.0.3
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