You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/11/01 10:11:15 UTC

[camel-quarkus] branch main updated: Added explanation that Quarkus-amazon-lambda can not be used by aws2-lambda

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 6db7bd9  Added explanation that Quarkus-amazon-lambda can not be used by aws2-lambda
6db7bd9 is described below

commit 6db7bd94a98900211d4f1d7ffab349f7fef4e86b
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Mon Nov 1 10:49:50 2021 +0100

    Added explanation that Quarkus-amazon-lambda can not be used by aws2-lambda
---
 docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc  | 8 ++++++++
 extensions/aws2-lambda/runtime/src/main/doc/configuration.adoc | 4 ++++
 2 files changed, 12 insertions(+)

diff --git a/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc b/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc
index 89869d3..4c88121 100644
--- a/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/aws2-lambda.adoc
@@ -43,3 +43,11 @@ Check the xref:user-guide/index.adoc[User guide] for more information about writ
 This extension auto-enables SSL support in native mode. Hence you do not need to add
 `quarkus.ssl.native=true` to your `application.properties` yourself. See also
 https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].
+
+== Additional Camel Quarkus configuration
+
+=== Not possible to leverage quarkus-amazon-lambda by Camel aws2-lambda extension
+
+Quarkus-amazon-lambda extension allows you to use Quarkus to build your AWS Lambdas, whereas Camel component manages (deploy, undeploy, …​) existing functions.
+Therefore, it is not possible to use `quarkus-amazon-lambda` as a client for Camel `aws2-lambda` extension.
+
diff --git a/extensions/aws2-lambda/runtime/src/main/doc/configuration.adoc b/extensions/aws2-lambda/runtime/src/main/doc/configuration.adoc
new file mode 100644
index 0000000..d516e7f
--- /dev/null
+++ b/extensions/aws2-lambda/runtime/src/main/doc/configuration.adoc
@@ -0,0 +1,4 @@
+=== Not possible to leverage quarkus-amazon-lambda by Camel aws2-lambda extension
+
+Quarkus-amazon-lambda extension allows you to use Quarkus to build your AWS Lambdas, whereas Camel component manages (deploy, undeploy, …​) existing functions.
+Therefore, it is not possible to use `quarkus-amazon-lambda` as a client for Camel `aws2-lambda` extension.
\ No newline at end of file