Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
57 stars 59 forks source link

Great Work! How can I help? #53

Closed tuskensp closed 3 years ago

tuskensp commented 6 years ago

I am successfully using the AWS DynamoDB node to scan a table and it is working great. One question I have is how difficult would it be to add a FilterExpression so that only part of the DynamoDB table is returned?

Daniel-t commented 5 years ago

It should be just a matter of adding the filterExpression to the payload before passing it in to the DynamoDB node. I haven't tried it personally, however nodes should be feature complete.