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/03 06:07:49 UTC

[camel-quarkus] 01/01: Merge pull request #584 from apache/aws-lambda-ext

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-quarkus.git

commit fabd5290a2cdd4abc2d302711ab7926ca5b8c6d3
Merge: 8fd7a41 fb8fa44
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 3 07:07:41 2020 +0100

    Merge pull request #584 from apache/aws-lambda-ext
    
    Added AWS-Lambda extension

 .../pages/list-of-camel-quarkus-extensions.adoc    |   5 +-
 extensions/aws-lambda/deployment/pom.xml           |  87 +++++++++++++++++
 .../aws/lambda/deployment/AwsLambdaProcessor.java  |  81 ++++++++++++++++
 extensions/aws-lambda/pom.xml                      |  39 ++++++++
 extensions/aws-lambda/runtime/pom.xml              | 108 +++++++++++++++++++++
 .../main/resources/META-INF/quarkus-extension.yaml |  29 ++++++
 extensions/pom.xml                                 |   1 +
 extensions/readme.adoc                             |   5 +-
 integration-tests/aws/pom.xml                      |   4 +
 .../camel/quarkus/component/aws/CamelRoute.java    |   4 +
 .../aws/src/main/resources/application.properties  |   9 +-
 poms/bom-deployment/pom.xml                        |   5 +
 poms/bom/pom.xml                                   |  10 ++
 13 files changed, 384 insertions(+), 3 deletions(-)