Skip to content

Commit

Permalink
Kamelets Catalog - Make the description a one liner - AWS Kinesis Source
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Jan 14, 2025
1 parent cb442e5 commit 9142bcc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions kamelets/aws-kinesis-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,7 @@ metadata:
spec:
definition:
title: "AWS Kinesis Source"
description: |-
Receive data from AWS Kinesis.
The basic authentication method for the Kinesis service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.
If you use the default credentials provider, the Kinesis client loads the credentials through this provider and doesn't use the basic authentication method.
Two headers will be duplicated with different names for clarity at sink level, CamelAwsKinesisPartitionKey will be duplicated into aws.kinesis.partition.key and CamelAwsKinesisSequenceNumber will be duplicated in aws.kinesis.sequence.number
description: Receive data from AWS Kinesis.
required:
- stream
- region
Expand Down

0 comments on commit 9142bcc

Please sign in to comment.