Madan Kumar Epuri
Results
2
issues of
Madan Kumar Epuri
I have tried - ``` val andCondition:Condition[_] = conditionList.foldLeft(conditionList.head: Condition[_])((r,c) => Condition(AndCondition(c, r)): Condition[_]) ``` But getting type mismatch errors. Looks like the only way is `conditionList(0) and conditionList(1) and...
I have a attribute name @id and I would like to use it in attributeValueEqualsCondition. But I get this exception `com.amazonaws.services.dynamodbv2.model.AmazonDynamoDBException: ExpressionAttributeNames contains invalid key: Syntax error; key: \"#equalsCondition@id\"` because...