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 12:39:42 UTC

[camel] 04/09: CAMEL-14556 - Create an AWS-Lambda component based on SDK v2, added component to kit

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

commit 2e30cdd5abc32c7073176da0c9b3f4ea0fed1aaf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 20 13:02:06 2020 +0100

    CAMEL-14556 - Create an AWS-Lambda component based on SDK v2, added component to kit
---
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 bom/camel-bom/pom.xml                            | 5 +++++
 components/pom.xml                               | 1 +
 parent/pom.xml                                   | 5 +++++
 4 files changed, 12 insertions(+)

diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 8ecf544..d540b4f 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -92,6 +92,7 @@
         <include>org.apache.camel:camel-aws2-eks</include>
         <include>org.apache.camel:camel-aws2-iam</include>
         <include>org.apache.camel:camel-aws2-kms</include>
+        <include>org.apache.camel:camel-aws2-lambda</include>
         <include>org.apache.camel:camel-aws2-mq</include>
         <include>org.apache.camel:camel-aws2-msk</include>
         <include>org.apache.camel:camel-aws2-ses</include>
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 69fb17b..582c919 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -253,6 +253,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-aws2-lambda</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-aws2-mq</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/components/pom.xml b/components/pom.xml
index 157b01e..e007a0d 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -130,6 +130,7 @@
         <module>camel-aws2-eks</module>
         <module>camel-aws2-iam</module>
         <module>camel-aws2-kms</module>
+        <module>camel-aws2-lambda</module>
         <module>camel-aws2-msk</module>
         <module>camel-aws2-mq</module>
         <module>camel-aws2-ses</module>
diff --git a/parent/pom.xml b/parent/pom.xml
index 116706a..e8010f6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1064,6 +1064,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-aws2-lambda</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-aws2-mq</artifactId>
         <version>${project.version}</version>
       </dependency>