You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I was attempting to use this library to test some implementation issues with ListShards in Kinesis client libraries (including aws-cli). I was seeing that MaxResults wasn't being used and no NextToken implementation was functioning other than throwing the error I expect when the StreamName is provided.
Hello! I was attempting to use this library to test some implementation issues with ListShards in Kinesis client libraries (including aws-cli). I was seeing that MaxResults wasn't being used and no NextToken implementation was functioning other than throwing the error I expect when the StreamName is provided.
I see: https://github.com/mhart/kinesalite/blob/master/actions/listShards.js#L12
Would this be hard to implement? This language isn't really my wheelhouse and I don't see a NextToken implementation in here or in dynalite.
The text was updated successfully, but these errors were encountered: