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 2018/10/19 05:54:02 UTC

[camel] branch master updated: Camel-AWS Lambda: Adding list of avalaible operations

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


The following commit(s) were added to refs/heads/master by this push:
     new f2a7769  Camel-AWS Lambda: Adding list of avalaible operations
f2a7769 is described below

commit f2a7769e4d9f1d466853906704a75fffb6a54dd9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 19 07:49:59 2018 +0200

    Camel-AWS Lambda: Adding list of avalaible operations
---
 .../camel-aws/src/main/docs/aws-lambda-component.adoc       | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/components/camel-aws/src/main/docs/aws-lambda-component.adoc b/components/camel-aws/src/main/docs/aws-lambda-component.adoc
index 4876470..c596986 100644
--- a/components/camel-aws/src/main/docs/aws-lambda-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-lambda-component.adoc
@@ -182,12 +182,23 @@ The default is 3 seconds.|No
 
 |=======================================================================
 
+### List of Avalaible Operations
+
+- listFunctions
+- getFunction,
+- createFunction
+- deleteFunction
+- invokeFunction
+- updateFunction
+- createEventSourceMapping
+- deleteEventSourceMapping
+- listEventSourceMapping
+
 ### Example
 
 To have a full understanding of how the component works, you may have a look at this https://github.com/apache/camel/blob/master/components/camel-aws/src/test/java/org/apache/camel/component/aws/lambda/integration/LambdaComponentIntegrationTest.java[integration test]
 
 
-
 ### Dependencies
 
 Maven users will need to add the following dependency to their pom.xml.