This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch aws-sqs-no-json in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit ff92ed46bc3c26a4f82dda0801c50a77ebd68080 Author: Andrea Cosentino <[email protected]> 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 eb499ab..b1955d3 100644 --- a/aws-sqs-source.kamelet.yaml +++ b/aws-sqs-source.kamelet.yaml @@ -60,6 +60,4 @@ spec: region: "{{region}}" deleteAfterRead: "{{deleteAfterRead}}" steps: - - marshal: - json: {} - to: "kamelet:sink"
