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 13:41:06 UTC

[camel] branch master updated (a3e0593 -> 5dd5585)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from a3e0593  CAMEL-14556 - Create an AWS-Lambda component based on SDK v2, regen site docs
     new 82f7799  Camel-AWS2-Lambda: Added a note about OSGi support
     new 5dd5585  Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc   | 9 +++++----
 docs/components/modules/ROOT/pages/aws2-lambda-component.adoc    | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)


[camel] 02/02: Regen docs

Posted by ac...@apache.org.
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 5dd5585160611ee9df03ad6f7c9bac2b1c446868
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 20 14:40:42 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/aws2-lambda-component.adoc | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-lambda-component.adoc b/docs/components/modules/ROOT/pages/aws2-lambda-component.adoc
index 2052f85..f022048 100644
--- a/docs/components/modules/ROOT/pages/aws2-lambda-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-lambda-component.adoc
@@ -22,9 +22,10 @@ https://aws.amazon.com/lambda/[AWS Lambda].
 
 When creating a Lambda function, you need to specify a IAM role which has at least the AWSLambdaBasicExecuteRole policy attached.
 
-*Warning*
-
-Lambda is regional service. Unlike S3 bucket, Lambda function created in a given region is not available on other regions.
+[NOTE]
+====
+The AWS2 Lambda component is not supported in OSGI
+====
 
 == URI Format
 
@@ -230,4 +231,4 @@ Maven users will need to add the following dependency to their pom.xml.
 where `$\{camel-version\}` must be replaced by the actual version of Camel.
 
 
-include::camel-spring-boot::page$aws-lambda-starter.adoc[]
\ No newline at end of file
+include::camel-spring-boot::page$aws-lambda-starter.adoc[]


[camel] 01/02: Camel-AWS2-Lambda: Added a note about OSGi support

Posted by ac...@apache.org.
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 82f7799852b44bd8d9fc2de233e89d07fe816244
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 20 14:33:12 2020 +0100

    Camel-AWS2-Lambda: Added a note about OSGi support
---
 .../camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc   | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc b/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc
index 6533e02..e9d82f0 100644
--- a/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc
+++ b/components/camel-aws2-lambda/src/main/docs/aws2-lambda-component.adoc
@@ -21,9 +21,10 @@ https://aws.amazon.com/lambda/[AWS Lambda].
 
 When creating a Lambda function, you need to specify a IAM role which has at least the AWSLambdaBasicExecuteRole policy attached.
 
-*Warning*
-
-Lambda is regional service. Unlike S3 bucket, Lambda function created in a given region is not available on other regions.
+[NOTE]
+====
+The AWS2 Lambda component is not supported in OSGI
+====
 
 == URI Format
 
@@ -229,4 +230,4 @@ Maven users will need to add the following dependency to their pom.xml.
 where `$\{camel-version\}` must be replaced by the actual version of Camel.
 
 
-include::camel-spring-boot::page$aws-lambda-starter.adoc[]
\ No newline at end of file
+include::camel-spring-boot::page$aws-lambda-starter.adoc[]