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:59 UTC

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

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 ca446eebac9d234215a615fa1bb3f0627635bdb2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 2 13:32:38 2020 +0100

    CAMEL-14348 - Camel-AWS Lambda: Add alias operations, createAlias docs regen
---
 docs/components/modules/ROOT/pages/aws-lambda-component.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
index b4d3109..1d4ca0b 100644
--- a/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-lambda-component.adoc
@@ -205,6 +205,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
@@ -223,6 +229,7 @@ The default is 3 seconds.|No
 - untagResource
 - publishVersion
 - listVersions
+- createAlias
 
 == Example