Daniel-t / node-red-contrib-aws

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

Using the dynamodb query node #57

Closed aktill closed 5 years ago

aktill commented 5 years ago

Screen Shot 2019-03-22 at 8 34 42 PM

Please forgive a newbie if I'm missing something, but how does one actually specify query parameters on the DynamoDB query node? I have an existing database which I've connected to properly (the listtables node lists everything just fine), but the query node doesn't appear to have any attributes other than a table name input.

Thanks for all the work, looks great!

BFFonseca commented 3 years ago

Greetings @aktill Did you find out how to get the Query operation working?

Did you have to input the query with a function?