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

[camel-kamelets] 08/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 f08b8b21678147e778a57893de2a1e5d18f63f71
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 24 16:59:58 2021 +0100

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

diff --git a/aws-ddb-streams-source.kamelet.yaml b/aws-ddb-streams-source.kamelet.yaml
index 032b9cd..e83338d 100644
--- a/aws-ddb-streams-source.kamelet.yaml
+++ b/aws-ddb-streams-source.kamelet.yaml
@@ -58,7 +58,7 @@ spec:
   - "camel:gson"
   flow:
     from:
-      uri: "aws2-ddbstream:{{tableName}}"
+      uri: "aws2-ddbstream:{{table}}"
       parameters:
         secretKey: "{{secretKey}}"
         accessKey: "{{accessKey}}"