awslabs / amazon-kinesis-data-generator

A UI that simplifies testing with Amazon Kinesis Streams and Firehose. Create and save record templates, and easily send data to Amazon Kinesis.
Apache License 2.0
200 stars 76 forks source link

Stream/delivery stream drop-down only contain partial list #2

Closed foragerr closed 7 years ago

foragerr commented 7 years ago

and does not allow typing in a stream name - making it impossible to select the stream I want.

foragerr commented 7 years ago

ListStreams used here pages results by default.

http://docs.aws.amazon.com/kinesis/latest/APIReference/API_ListStreams.html

MacInnis commented 7 years ago

@foragerr You're correct, it needs to be updated to paginate. It will be fixed in an upcoming release.

MacInnis commented 7 years ago

@foragerr This issue has been resolved. The list of Streams and Firehose delivery streams is the full list.

foragerr commented 7 years ago

thank you!