You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is the code that I am using in my application. DateTime is the field used as sort key for table and GSI.
When we query as below using below method in the interface which extends DynamoDBCrudRepository<DemoClass, DemoClassPrimaryKey>. I am getting exception as mentioned below.
Hello Experts,
Below is the code that I am using in my application.
DateTime is the field used as sort key for table and GSI.
When we query as below using below method in the interface which extends DynamoDBCrudRepository<DemoClass, DemoClassPrimaryKey>. I am getting exception as mentioned below.
Exception
Illegal query expression: No hash key condition is applicable to the specified index (DemoAttribId-DateTime-index).
Also when I am calling below method, It is using scan instead of query.
The text was updated successfully, but these errors were encountered: