This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit a7cf8052b5ae5fd3a7804570aac3652f217da51f Author: Andrea Cosentino <[email protected]> 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.
