Mike, I believe it was an intentional design choice to separate the hash/range keys from the flowfile content for validation and handling. There is currently no option in PutDynamoDB or GetDynamoDB to match the entire flowfile content to the entire DynamoDB item, but I believe that is certainly a possible extension.
Thanks, James On Thu, Jun 30, 2016 at 9:57 AM, Mike Connolly <[email protected]> wrote: > I checked out the master branch of Nifi and noticed the GetDynamoDB > processor which was something I really needed for a workflow. I tried using > it to return the json representation of a DynamoDB item. It looks like it > will only return a json representation of a a single attribute of a > DynamoDB item. I'm wondering it this was the intention or if there is a > specific value you need to set in the processor configuration that will > return the whole item. Anybody ever use this? > > Thanks, > > Mike Connolly >
