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
The following commit(s) were added to refs/heads/master by this push: new d0a3214 CAMEL-13398 - Added docs for AWS-Lambda d0a3214 is described below commit d0a3214d339c3cf02745a14e5afdece3d54c1be8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 11 08:14:54 2019 +0200 CAMEL-13398 - Added docs for AWS-Lambda --- components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc b/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc index c83756a..dde8249 100644 --- a/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc +++ b/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc @@ -215,6 +215,12 @@ The default is 3 seconds.|No To have a full understanding of how the component works, you may have a look at this https://github.com/apache/camel/blob/master/components/camel-aws/src/test/java/org/apache/camel/component/aws/lambda/integration/LambdaComponentIntegrationTest.java[integration test] +### Automatic detection of AmazonLambda client in registry + +From Camel 3.0.0-M3 the component will be able to detect the presence of an AmazonLambda bean into the registry. +If it's the only instance of that type it will be used as client and you won't have to define it as uri parameter. +This may be really useful for smarter configuration of the endpoint. + ### Dependencies