dynamo-streams icon indicating copy to clipboard operation
dynamo-streams copied to clipboard

A stream-flavored wrapper for the AWS DynamoDB JavaScript API

Results 1 dynamo-streams issues
Sort by recently updated
recently updated
newest added

I guess this was probably written before this was possible but any thoughts on using [AWS.DynamoDB.DocumentClient](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html)? It would remove the need for the type guessing in `parse()` and the need...