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

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


The following commit(s) were added to refs/heads/main by this push:
     new a05a203e Regen for commit 2ac34bfbe5fab1ae105fbd1de66a473f335dbc26
a05a203e is described below

commit a05a203e93567c436339b4668ed3749a5cf83fff
Author: oscerd <[email protected]>
AuthorDate: Thu Jul 28 09:01:27 2022 +0000

    Regen for commit 2ac34bfbe5fab1ae105fbd1de66a473f335dbc26
    
    Signed-off-by: GitHub <[email protected]>
---
 .../src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml 
b/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
index 5129d70a..8c3be6ec 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/aws-ddb-sink.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/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:

Reply via email to