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 <tleh...@gmail.com> Date: 2017-10-03T10:16:16Z CAMEL-11832: Add support for Lambda ---- ---