ExAws.Dynamo.Lazy
Dynamo has a few functions that require paging. These functions operate just like those in ExAws.Dynamo, Except that they return streams instead of lists that can be iterated through and will automatically retrieve additional pages as necessary.
Summary↑
stream_scan(client, table, opts) | Returns the normally shaped scan result, except that the Items key is now a stream |
Functions
Returns the normally shaped scan result, except that the Items key is now a stream.