This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-descr-and-params in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 91a42db4dbcd516c12ff8ce90de9f7ee50dcc099 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 28 10:39:10 2022 +0200 AWS DDB Sink Kamelet: Fixed wrong reference to Kinesis client --- kamelets/aws-ddb-sink.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/aws-ddb-sink.kamelet.yaml b/kamelets/aws-ddb-sink.kamelet.yaml index 5129d70a..8c3be6ec 100644 --- a/kamelets/aws-ddb-sink.kamelet.yaml +++ b/kamelets/aws-ddb-sink.kamelet.yaml @@ -33,9 +33,9 @@ spec: description: |- Send data to Amazon DynamoDB. The sent data inserts, updates, or deletes an item on the specified AWS DynamoDB table. - The basic authentication method for the AWS CloudWatch metrics service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider. + The basic authentication method for the AWS DynamoDB 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 CloudWatch client loads the credentials through this provider and doesn't use the basic authentication method. + If you use the default credentials provider, the DynamoDB client loads the credentials through this provider and doesn't use the basic authentication method. This Kamelet expects a JSON-formatted body and it must include the primary key values that define the DynamoDB item. The mapping between the JSON fields and table attribute values is done by key. For example, for '{"username":"oscerd", "city":"Rome"}' input, the Kamelet inserts or update an item in the specified AWS DynamoDB table and sets the values for the 'username' and 'city' attributes. required:
