This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 619aeebf78fc1538d5313dfff15978b9e9b544f3 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 15 11:11:43 2021 +0200 CAMEL-16849 - Add at least one example for component in docs - Camel-AWS2-Lambda --- .../camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/camel-aws/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc b/components/camel-aws/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc index a9d077e..6f3dad2 100644 --- a/components/camel-aws/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc +++ b/components/camel-aws/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc @@ -258,7 +258,9 @@ The default is 3 seconds.|No - getAlias - listAliases -== Example +== Examples + +=== Producer Example To have a full understanding of how the component works, you may have a look at this https://github.com/apache/camel/blob/main/components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/integration/LambdaComponentIntegrationTest.java[integration test]
