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 9a0628c  Improve docs a bit for camel-rest-swagger when loading 
swagger spec from https. Also fixed so cathcing wider exception will fallback 
to let swagger attempt to load.
     new dc600b4  CAMEL-13172 - Camel-AWS Lambda: Add tags operation, listTags 
Operation
     new 0337726  CAMEL-13172 - Added docs for listTags operation
     new 2d09043  CAMEL-13172 - Added spring Test for ListTags operation
     new 93445d9  CAMEL-13172 - Camel-AWS Lambda: Add tags operation, added 
tagResource
     new 9ffa870  CAMEL-13172 - Added docs to tagResource operation
     new 96debb2  CAMEL-13172 - Fixed header used in tagResource operation
     new 1792372  CAMEL-13172 - Camel-AWS Lambda: Add tags operation, 
untagResources operation

The 35403 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/LambdaConstants.java      |  3 +
 .../component/aws/lambda/LambdaOperations.java     |  5 +-
 .../camel/component/aws/lambda/LambdaProducer.java | 84 ++++++++++++++++++++++
 .../aws/lambda/AmazonLambdaClientMock.java         | 10 ++-
 .../aws/lambda/LambdaComponentSpringTest.java      | 58 +++++++++++++++
 .../component/aws/lambda/LambdaOperationsTest.java |  8 ++-
 .../component/aws/lambda/LambdaProducerTest.java   | 64 +++++++++++++++++
 .../lambda/LambdaComponentSpringTest-context.xml   | 15 ++++
 9 files changed, 245 insertions(+), 5 deletions(-)

Reply via email to