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 b9fd36c Add a link to AWS Lambda integration test in documentation b9fd36c is described below commit b9fd36c385bca240e6405034ba86c0ea018018bc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Oct 16 11:50:52 2018 +0200 Add a link to AWS Lambda integration test in documentation --- components/camel-aws/src/main/docs/aws-lambda-component.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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 2ce1690..ebfb47c 100644 --- a/components/camel-aws/src/main/docs/aws-lambda-component.adoc +++ b/components/camel-aws/src/main/docs/aws-lambda-component.adoc @@ -182,6 +182,12 @@ The default is 3 seconds.|No |======================================================================= +# Example + +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] + + + Dependencies Maven users will need to add the following dependency to their pom.xml.