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 <anco...@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[]