You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/08/04 12:46:22 UTC

[camel-k-examples] 01/01: AWS2 SQS source example: Fixed comment

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit 8c3d5dd6e22a694fe51b49e33dda6d3d43a7d27e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 4 14:46:14 2020 +0200

    AWS2 SQS source example: Fixed comment
---
 07-aws-sqs-source-basic/aws-sqs-source.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/07-aws-sqs-source-basic/aws-sqs-source.yaml b/07-aws-sqs-source-basic/aws-sqs-source.yaml
index adeea06..da22326 100644
--- a/07-aws-sqs-source-basic/aws-sqs-source.yaml
+++ b/07-aws-sqs-source-basic/aws-sqs-source.yaml
@@ -18,8 +18,8 @@ spec:
         - camel:camel-aws2-sqs
     flow:
       from:
-        # On the URI below, the Kinesis stream named 'stream' can be adjusted
-        # to any value suitable in your scenario (ie.: aws-sqs:my-stream-name)
+        # On the URI below, the queue named 'eventqueue' can be adjusted
+        # to any value suitable in your scenario (ie.: aws-sqs:my-queue)
         uri: aws2-sqs:eventqueue
         parameters:
           secretKey: "{{aws.sqs.secretKey}}"