This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 526aee7 Upgrade Minidns to version 0.3.3 new 5348a96 CAMEL-12884 - Camel-AWS Lambda: Add support for event source mapping new cd5ff32 CAMEL-12884 - Camel-AWS Lambda: Add support for event source mapping, fix LambdaOperationsTest new 6d06bec CAMEL-12884 - Camel-AWS Lambda: Add support for event source mapping, fixed CS The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../component/aws/lambda/LambdaConstants.java | 3 +- .../component/aws/lambda/LambdaOperations.java | 3 +- .../camel/component/aws/lambda/LambdaProducer.java | 37 ++++++++++++ .../aws/lambda/AmazonLambdaClientMock.java | 7 ++- .../aws/lambda/LambdaComponentSpringTest.java | 17 ++++++ .../component/aws/lambda/LambdaOperationsTest.java | 4 +- .../component/aws/lambda/LambdaProducerTest.java | 70 ++++++++++++---------- .../lambda/LambdaComponentSpringTest-context.xml | 5 +- 8 files changed, 108 insertions(+), 38 deletions(-)