I don't think there is a native way to specify conditionExpression in the
UpdateItem producer operation, at the moment
https://github.com/apache/camel/blob/608122ac13573352313d665dbaccf9fdb253e89e/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/UpdateItemComma
versions used Java 13, Apache Camel 3.11.2, AWS SDK 2.17.40.
Seeking help to perform conditional update to dynamodb using Apache Camel
integration lib.
Table Definition=
PKCOL String, primary-key
COL1 String
COL2 String
I would like to issue following SQL Equivalent statement u