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 a11050f7170715e91997e3c02441fe6d6349fe56 Merge: fd2bbf0 b67c67d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Dec 6 01:43:32 2019 +0100 Merge pull request #515 from apache/aws-iam Create AWS-IAM Extension .../pages/list-of-camel-quarkus-extensions.adoc | 5 +- extensions/aws-iam/deployment/pom.xml | 83 +++++++++++++++ .../aws/iam/deployment/AwsIamProcessor.java | 96 +++++++++++++++++ extensions/aws-iam/pom.xml | 39 +++++++ extensions/aws-iam/runtime/pom.xml | 116 +++++++++++++++++++++ .../main/resources/META-INF/quarkus-extension.yaml | 28 +++++ 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, 402 insertions(+), 3 deletions(-)