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 8c14614db75ab235709099a604703006c93e55e2 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 28 15:26:27 2019 +0100 Camel-AWS-Lambda: Minor fixes to docs --- components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc b/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc index a3db42a..73d4907 100644 --- a/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc +++ b/components/camel-aws-lambda/src/main/docs/aws-lambda-component.adoc @@ -10,7 +10,7 @@ https://aws.amazon.com/lambda/[AWS Lambda] functions. You must have a valid Amazon Web Services developer account, and be signed up to use Amazon Lambda. More information are available at -https://aws.amazon.com/lambda/[Amazon Lambda]. +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. @@ -231,7 +231,7 @@ Maven users will need to add the following dependency to their pom.xml. </dependency> --------------------------------------- -where `${camel-version`} must be replaced by the actual version of Camel +where `${camel-version}` must be replaced by the actual version of Camel (2.16 or higher). ### See Also