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:23 UTC

[camel-kamelets] 06/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 22367e48cd26f8fc700b3a32adfc12c5b825478a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 15:11:05 2021 +0100

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

diff --git a/aws-ddb-streams-source.kamelet.yaml b/aws-ddb-streams-source.kamelet.yaml
index c5d35fa..389ade2 100644
--- a/aws-ddb-streams-source.kamelet.yaml
+++ b/aws-ddb-streams-source.kamelet.yaml
@@ -54,6 +54,8 @@ spec:
   types:
     out:
       mediaType: application/json
+  dependencies:
+  - "camel:gson"
   flow:
     from:
       uri: "aws2-ddbstream:{{tableName}}"