This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 5c3ac5c4eb714e329343ca8b51e13d2e41befc54 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Apr 20 11:21:00 2021 +0200 Added AWS SQS Batch Sink Kamelet --- aws-sqs-batch-sink.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws-sqs-batch-sink.kamelet.yaml b/aws-sqs-batch-sink.kamelet.yaml index a3822f0..8a95a76 100644 --- a/aws-sqs-batch-sink.kamelet.yaml +++ b/aws-sqs-batch-sink.kamelet.yaml @@ -17,6 +17,7 @@ spec: - accessKey - secretKey - region + - batchSeparator properties: queueNameOrArn: title: Queue Name
