An updated ansert tot he same problem:
I was using GetItemCommand with alike parameters as this issue (whithout Key).
The thing is that GetItem search the item by key and you are not providing it.
In my case I not even use a Key as what I want is obtain the key so ... the right answer is ise QueryItemCommand instead of GetItemCommand to query the table by index and non key properties.