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/05 14:01:27 UTC

[camel-kamelets] branch master updated: AWS SQS Kamelet Source: No need for json marshal

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


The following commit(s) were added to refs/heads/master by this push:
     new ce19cc9  AWS SQS Kamelet Source: No need for json marshal
ce19cc9 is described below

commit ce19cc9ee4f02b771123d8d08094d3f5df6726d6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 5 14:00:54 2021 +0100

    AWS SQS Kamelet Source: No need for json marshal
---
 aws-sqs-source.kamelet.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/aws-sqs-source.kamelet.yaml b/aws-sqs-source.kamelet.yaml
index 5b71f4d..b4a2746 100644
--- a/aws-sqs-source.kamelet.yaml
+++ b/aws-sqs-source.kamelet.yaml
@@ -58,6 +58,4 @@ spec:
         region: "{{region}}"
         deleteAfterRead: "{{deleteAfterRead}}"
       steps:
-      - marshal:
-          json: {}
       - to: "kamelet:sink"