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 2021/02/18 07:34:05 UTC

[camel-kamelets] branch aws2-kinesis created (now 6e85b0b)

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

acosentino pushed a change to branch aws2-kinesis
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


      at 6e85b0b  Moved AWS-Kinesis to AWS2-Kinesis

This branch includes the following new commits:

     new 6e85b0b  Moved AWS-Kinesis to AWS2-Kinesis

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kamelets] 01/01: Moved AWS-Kinesis to AWS2-Kinesis

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch aws2-kinesis
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 6e85b0b6aec785ea677ecea64ba014bec7d96302
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 18 08:33:10 2021 +0100

    Moved AWS-Kinesis to AWS2-Kinesis
---
 aws-kinesis-source.kamelet.yaml                 | 5 ++---
 docs/modules/ROOT/pages/aws-kinesis-source.adoc | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/aws-kinesis-source.kamelet.yaml b/aws-kinesis-source.kamelet.yaml
index 31a87e0..dbb0692 100644
--- a/aws-kinesis-source.kamelet.yaml
+++ b/aws-kinesis-source.kamelet.yaml
@@ -38,16 +38,15 @@ spec:
         title: AWS Region
         description: The AWS region to connect to (capitalized name)
         type: string
-        example: EU_WEST_1
+        example: eu-west-1
   types:
     out:
       mediaType: application/json
   dependencies:
   - "camel:jackson"
-  - "camel:cbor"
   flow:
     from:
-      uri: aws-kinesis:{{stream}}
+      uri: aws2-kinesis:{{stream}}
       parameters:
         secretKey: "{{secretKey}}"
         accessKey: "{{accessKey}}"
diff --git a/docs/modules/ROOT/pages/aws-kinesis-source.adoc b/docs/modules/ROOT/pages/aws-kinesis-source.adoc
index 3b6ff4c..79625ab 100644
--- a/docs/modules/ROOT/pages/aws-kinesis-source.adoc
+++ b/docs/modules/ROOT/pages/aws-kinesis-source.adoc
@@ -12,7 +12,7 @@ The following table summarizes the configuration options available for the `aws-
 |===
 | Property| Name| Description| Type| Default| Example
 | *accessKey {empty}* *| Access Key| The access key obtained from AWS| string| | 
-| *region {empty}* *| AWS Region| The AWS region to connect to (capitalized name)| string| | `"EU_WEST_1"`
+| *region {empty}* *| AWS Region| The AWS region to connect to (capitalized name)| string| | `"eu-west-1"`
 | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS| string| | 
 | *stream {empty}* *| Stream Name| The Kinesis stream that you want to access (needs to be created in advance)| string| | 
 |===
@@ -42,7 +42,7 @@ spec:
       name: aws-kinesis-source
     properties:
       accessKey: "The Access Key"
-      region: "EU_WEST_1"
+      region: "eu-west-1"
       secretKey: "The Secret Key"
       stream: "The Stream Name"
   sink: