You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/03 10:21:00 UTC

[jira] [Commented] (CAMEL-11832) camel-aws - Add support for Lambda

    [ https://issues.apache.org/jira/browse/CAMEL-11832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16189510#comment-16189510 ] 

ASF GitHub Bot commented on CAMEL-11832:
----------------------------------------

GitHub user tlehoux opened a pull request:

    https://github.com/apache/camel/pull/1994

    CAMEL-11832: Add support for Lambda

    This is a camel component for aws-lambda service. It allows to invoke lambda function with Camel. Beside, it allows to create function, get function, list functions and delete function (essentially for testing purpose).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tlehoux/camel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1994.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1994
    
----
commit 1823adea0041cb3bafdff154a8f283edf211fd88
Author: Thomas Lehoux <tl...@gmail.com>
Date:   2017-10-03T10:16:16Z

    CAMEL-11832: Add support for Lambda

----


> camel-aws - Add support for Lambda
> ----------------------------------
>
>                 Key: CAMEL-11832
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11832
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-aws
>            Reporter: Claus Ibsen
>             Fix For: 2.21.0
>
>
> We should make it easier to use AWS Lambdas with Apache Camel.
> There is a little example here
> https://github.com/garciapau/LambdaRidingCamel
> If we could make that more like a native Camel component so you can just do a Camel route or something with from aws-lambda:xxx to xxx etc.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)