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
Hi Team,
i have to following Use Case:
We use for all our routes a customized ErrorHandler: MyErrorHandlerBuilder
extends DeadLetterChannelBuilder
In case of .transacted routes I would like that the TransactionErrorManager
kicks in and overrules our custom ErrorHandler and rollback exceptions.
Hi
Try with comma separated value, eg foo,bar,cheese
On Wed, Nov 17, 2021 at 10:04 AM Yang, Chao
wrote:
>
> Hi Team,
>
> We need to add multiple tags to rest endpoints.
>
> While the .tag() method in org.apache.camel.model.rest.RestDefinition only
> accepts string.
>
> The open api spec uses an
Hi Team,
We need to add multiple tags to rest endpoints.
While the .tag() method in org.apache.camel.model.rest.RestDefinition only
accepts string.
The open api spec uses an array for 'tag', such as
...
"organisations" : {
"get" : {
"tags" : [ "Business", "Company"],
"par