Prem Ranjan

Results 4 comments of Prem Ranjan

Editing of redux state would be a great feature. For example, right now I am getting some expression from API call which has to be evaluated at the client-side. I...

Hi, @Everyone, Is this issue resolved? I am banging my head for the last few days still got no clue. These are the exceptions I am getting in different combination...

**Repository:** ``` @Repository @EnableScan @EnableScanCount interface StatementRepository : DynamoDBPagingAndSortingRepository { override fun findById(id: String): Optional } ``` **Entity:** ``` @DynamoDBTable(tableName = "statements") class Statement { @get:DynamoDBAutoGeneratedKey @get:DynamoDBHashKey var id: String?...

Getting ```no HASH key for GSI``` in the above scenario.