I have fixed length binary range key in dynamodb schema. I want to retrieve results which satisfy binary operation in boto.
Like
In database we have range_key = 1010101010
I want to get the row which have 1 in forth bit of range_key
Thanks in advance