Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved AWS-Kinesis to AWS2-Kinesis #13

Merged
merged 1 commit into from
Feb 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions aws-kinesis-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/aws-kinesis-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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| |
|===
Expand Down Expand Up @@ -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:
Expand Down