oscerd commented on PR #21931:
URL: https://github.com/apache/camel/pull/21931#issuecomment-4038570676

   By creating an existing table on AWS this now works 
[com.example.CamelApplication.main()] INFO 
org.apache.camel.impl.engine.AbstractCamelContext - Routes startup (total:1)
   [com.example.CamelApplication.main()] INFO 
org.apache.camel.impl.engine.AbstractCamelContext -     Started 
timer-to-aws-ddb-kamelet-route (timer://ddb-insert)
   [com.example.CamelApplication.main()] INFO 
org.apache.camel.impl.engine.AbstractCamelContext - Apache Camel 
4.19.0-SNAPSHOT (CamelQuarkusKameletDemo) started in 16ms (build:0ms init:0ms 
start:16ms boot:313ms)
   [Camel (camel-1) thread #2 - timer://ddb-insert] INFO 
timer-to-aws-ddb-kamelet-route - Inserting entry into DynamoDB table: 
cq-kamelet-test
   [Camel (camel-1) thread #2 - timer://ddb-insert] INFO 
timer-to-aws-ddb-kamelet-route - Item to insert: {
       "operation": "PutItem",
       "key": {
         "id": "1"
       },
       "item": {
         "id": "1",
         "message": "Hello DynamoDB"
       }
     }
   [Camel (camel-1) thread #2 - timer://ddb-insert] INFO 
timer-to-aws-ddb-kamelet-route - Successfully inserted entry into DynamoDB 
table: cq-kamelet-test
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to