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 <[email protected]> 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}}"
