This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 2345-2 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 02e2ac2cc0f83f726889e352133a0dee2d080955 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jan 13 12:29:36 2025 +0100 Kamelets Catalog - Make the description a one liner - AWS DDB Streams Source Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- kamelets/aws-ddb-streams-source.kamelet.yaml | 7 +------ .../main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/kamelets/aws-ddb-streams-source.kamelet.yaml b/kamelets/aws-ddb-streams-source.kamelet.yaml index d4148b57..318b7d7f 100644 --- a/kamelets/aws-ddb-streams-source.kamelet.yaml +++ b/kamelets/aws-ddb-streams-source.kamelet.yaml @@ -31,12 +31,7 @@ metadata: spec: definition: title: "AWS DynamoDB Streams Source" - description: |- - Receive events from Amazon DynamoDB Streams. - - The basic authentication method for the AWS DynamoDB Streams 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 DynamoDB Streams client loads the credentials through this provider and doesn't use the basic authentication method. + description: Receive events from Amazon DynamoDB Streams. required: - table - region diff --git a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml index d4148b57..318b7d7f 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-streams-source.kamelet.yaml @@ -31,12 +31,7 @@ metadata: spec: definition: title: "AWS DynamoDB Streams Source" - description: |- - Receive events from Amazon DynamoDB Streams. - - The basic authentication method for the AWS DynamoDB Streams 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 DynamoDB Streams client loads the credentials through this provider and doesn't use the basic authentication method. + description: Receive events from Amazon DynamoDB Streams. required: - table - region