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/01/02 12:34:58 UTC

[camel] 04/05: CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias operation docs

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 77c09ab3a25171088bfbf99322d9a66323655db3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 2 13:27:51 2020 +0100

    CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias operation docs
---
 .../camel-aws-lambda/src/main/docs/aws-lambda-component.adoc       | 7 +++++++
 1 file changed, 7 insertions(+)

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 63a317e..5ce483b 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
@@ -204,6 +204,12 @@ The default is 3 seconds.|No
 
 |createFunction |`CamelAwsLambdaSubnetIds` |`List<String>` |If your Lambda function accesses resources in a VPC, a list of one or more subnet IDs in your VPC.|No
 
+|createAlias |`CamelAwsLambdaFunctionVersion` |`String` |The function version to set in the alias|Yes
+
+|createAlias |`CamelAwsLambdaAliasFunctionName` |`String` |The function name to set in the alias|Yes
+
+|createAlias |`CamelAwsLambdaAliasFunctionDescription` |`String` |The function description to set in the alias|No
+
 |=======================================================================
 
 == List of Avalaible Operations
@@ -222,6 +228,7 @@ The default is 3 seconds.|No
 - untagResource
 - publishVersion
 - listVersions
+- createAlias
 
 == Example