You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/03/24 18:48:21 UTC

[camel-kamelets] 04/10: Added AWS DDB Streams Source Kamelet

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 2a36c9f605184dd81279ab9de1bf33f4ce58a7ef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 15:09:26 2021 +0100

    Added AWS DDB Streams Source Kamelet
---
 aws-ddb-streams-source.kamelet.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/aws-ddb-streams-source.kamelet.yaml b/aws-ddb-streams-source.kamelet.yaml
index 2d7c7a1..c5d35fa 100644
--- a/aws-ddb-streams-source.kamelet.yaml
+++ b/aws-ddb-streams-source.kamelet.yaml
@@ -9,9 +9,9 @@ metadata:
     camel.apache.org/kamelet.type: "source"
 spec:
   definition:
-    title: "AWS DDB Streams Source"
+    title: "AWS DynamoDB Streams Source"
     description: |-
-      Receive events from AWS DDB Streams.
+      Receive events from AWS DynamoDB Streams.
     required:
       - table
       - accessKey
@@ -64,4 +64,7 @@ spec:
         iteratorType: "{{iteratorType}}"
         sequenceNumberProvider: "{{sequenceNumberProvider}}"
       steps:
+      - marshal:
+          json: 
+            library: Gson
       - to: "kamelet:sink"