Hello
I have very limited knowledge of DynamoDB and hopefully this might be a quick solve by someone!
I've been getting by with scans but now I'd like to query a table, and would like to know what fields I have to fill in in the visual parameter editor (without doing so message returned is "Either the KeyConditions or KeyConditionExpression parameter must be specified in the request.")
Does mean I need to put in an object in the "Key condition expression" field, if so what's the format? (I know the partition key and value)
The current interface looks a bit different to other guides I've seen online so far
Many thanks