You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/20 15:37:16 UTC

[camel] branch master updated: Camel-AWS2-Lambda: Fixed component description

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 0d8f74f  Camel-AWS2-Lambda: Fixed component description
0d8f74f is described below

commit 0d8f74fd3755124e6bdb2528ddf2c9858f15d6f7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 20 15:50:04 2020 +0100

    Camel-AWS2-Lambda: Fixed component description
---
 .../java/org/apache/camel/component/aws2/lambda/Lambda2Component.java  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Component.java b/components/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Component.java
index b1fbb96..e91ffb0 100644
--- a/components/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Component.java
+++ b/components/camel-aws2-lambda/src/main/java/org/apache/camel/component/aws2/lambda/Lambda2Component.java
@@ -26,6 +26,9 @@ import org.apache.camel.spi.annotations.Component;
 import org.apache.camel.support.DefaultComponent;
 import software.amazon.awssdk.services.lambda.LambdaClient;
 
+/**
+ * For working with Amazon Lambda SDK v2.
+ */
 @Component("aws2-lambda")
 public class Lambda2Component extends DefaultComponent {