When using a PartiQL query which looks like this:
SELECT * FROM my_table WHERE my_field IN [1, 2, 3...]
I received this error which I can't find anywhere in Google and doesn't tell me anything about how to resolve the problem:
DynamoDbException: Too many decomposed read operations for a given query
What do I need to do differently?