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
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
The text was updated successfully, but these errors were encountered: