Repository: camel
Updated Branches:
  refs/heads/master 12e2c2c17 -> 1757f959d


CAMEL-11832: Fixes doc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/16c8245a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/16c8245a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/16c8245a

Branch: refs/heads/master
Commit: 16c8245a11667260139b54fd891ed2ab9261590e
Parents: fdc75e5
Author: Thomas Lehoux <tleh...@gmail.com>
Authored: Tue Oct 3 14:39:02 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Oct 3 17:04:16 2017 +0200

----------------------------------------------------------------------
 components/camel-aws/src/main/docs/aws-lambda-component.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/16c8245a/components/camel-aws/src/main/docs/aws-lambda-component.adoc
----------------------------------------------------------------------
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 6020349..f08fe23 100644
--- a/components/camel-aws/src/main/docs/aws-lambda-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-lambda-component.adoc
@@ -64,7 +64,6 @@ with the following path and query parameters:
 | **proxyHost** (producer) | To define a proxy host when instantiating the 
Lambda client |  | String
 | **proxyPort** (producer) | To define a proxy port when instantiating the 
Lambda client |  | Integer
 | **secretKey** (producer) | Amazon AWS Secret Key |  | String
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 |=======================================================================
 // endpoint options: END
 
@@ -80,7 +79,7 @@ the https://aws.amazon.com/lambda/[Amazon Lambda] service.
 
 #### Message headers evaluated by the Lambda producer
 
-[width="100%",cols="10%,10%,80%",options="header",]
+[width="100%",cols="5%,5%,10%,75%,5%",options="header",]
 |=======================================================================
 |Operation |Header |Type |Description |Required
 

Reply via email to