Closed aliubymov-playq closed 3 years ago
Currently we need to write something like this:
.withFilterExpression(Condition.raw("recipients = :null") OR "recipients".notExists OR "recipients".of[UUID].contains(user.user)) .withAttributeValues(Map(":null" -> AttributeValue.builder().nul(true).build()))
Currently we need to write something like this: