Skip to content

CAMEL-23174 - Kamelet: transformer in aws-ddb-sink is not executed#21931

Merged
oscerd merged 1 commit into
mainfrom
23174
Mar 11, 2026
Merged

CAMEL-23174 - Kamelet: transformer in aws-ddb-sink is not executed#21931
oscerd merged 1 commit into
mainfrom
23174

Conversation

@oscerd
Copy link
Copy Markdown
Contributor

@oscerd oscerd commented Mar 11, 2026

Description

Target

  • I checked that the commit is targeting the correct branch (Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions github-actions Bot added the dsl label Mar 11, 2026
@oscerd
Copy link
Copy Markdown
Contributor Author

oscerd commented Mar 11, 2026

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

@oscerd oscerd merged commit 3180e7b into main Mar 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants