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

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

commit abd022d7022e276d10ae45ff2cce87e1d7846307
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Jan 16 13:11:11 2018 +0100

    Camel AWS Lambda - Regen Docs and SB
---
 components/camel-aws/src/main/docs/aws-lambda-component.adoc            | 2 +-
 .../component/aws/lambda/springboot/LambdaComponentConfiguration.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-aws/src/main/docs/aws-lambda-component.adoc 
b/components/camel-aws/src/main/docs/aws-lambda-component.adoc
index 85ce05c..7430ea4 100644
--- a/components/camel-aws/src/main/docs/aws-lambda-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-lambda-component.adoc
@@ -71,7 +71,7 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *awsLambdaEndpoint* (producer) | The region with which the AWS-Lambda client 
wants to work with. |  | String
+| *awsLambdaEndpoint* (producer) | The AWS-Lambda client to use. |  | String
 | *operation* (producer) | *Required* The operation to perform. It can be 
listFunctions getFunction createFunction deleteFunction or invokeFunction |  | 
LambdaOperations
 | *region* (producer) | Amazon AWS Region |  | String
 | *awsLambdaClient* (advanced) | To use a existing configured AwsLambdaClient 
as client |  | AWSLambda
diff --git 
a/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java
index 327f443..4536083 100644
--- 
a/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-aws-starter/src/main/java/org/apache/camel/component/aws/lambda/springboot/LambdaComponentConfiguration.java
@@ -122,7 +122,7 @@ public class LambdaComponentConfiguration
          */
         private String region;
         /**
-         * The region with which the AWS-Lambda client wants to work with.
+         * The AWS-Lambda client to use.
          */
         private String awsLambdaEndpoint;
         /**

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <commits@camel.apache.org>.

Reply via email to