Probably your pattern for creating the stream from dynamodb scan results can be improved. Instead of pumping data to the streamer object, if the streamer object itself does the scan operation, the use of the variable as an intermediary could be avoided.
Thanks for this module!
Probably your pattern for creating the stream from dynamodb scan results can be improved. Instead of pumping data to the streamer object, if the streamer object itself does the scan operation, the use of the variable as an intermediary could be avoided.
Here is an example, https://calv.info/an-introduction-to-nodes-new-streams