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 6a12be0 Optimize a bit
new c7b7acf CAMEL-14348 - Camel-AWS Lambda: Add alias operations,
getAlias operation
new a79c614 CAMEL-14348 - Camel-AWS Lambda: Fixed tests
new 4869092 CAMEL-14348 - Camel-AWS Lambda: Add alias operations,
getAlias added docs
new 5ef027e CAMEL-14348 - Camel-AWS Lambda: Add alias operations,
getAlias added Spring Tests
new df132ae Regen
The 5 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:
.../src/main/docs/aws-lambda-component.adoc | 3 +++
.../component/aws/lambda/LambdaOperations.java | 1 +
.../camel/component/aws/lambda/LambdaProducer.java | 23 ++++++++++++++++++++++
.../aws/lambda/AmazonLambdaClientMock.java | 6 +++++-
.../aws/lambda/LambdaComponentSpringTest.java | 19 ++++++++++++++++++
.../component/aws/lambda/LambdaOperationsTest.java | 4 +++-
.../component/aws/lambda/LambdaProducerTest.java | 21 ++++++++++++++++++++
.../lambda/LambdaComponentSpringTest-context.xml | 5 +++++
.../endpoint/dsl/LambdaEndpointBuilderFactory.java | 1 +
.../modules/ROOT/pages/aws-lambda-component.adoc | 3 +++
10 files changed, 84 insertions(+), 2 deletions(-)