You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/10/01 09:07:04 UTC

[camel] branch regen_bot updated (0ac5a7f -> 5b31dc8)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 0ac5a7f  Regen for commit 500e78c8e3ec3f9b6338e19a9e9fa76d99561127
     add ea91ea5  Camel-AWS2-Lambda: Added Testcontainers support for testing
     add e31fc95  Camel-AWS2-Lambda: Added base test for localstack
     add cd46e62  Camel-AWS2-Lambda: Fixed the localstack service
     add 5b31dc8  Camel-AWS2-Lambda: Added localstack test for CreateFunction operation

No new revisions were added by this update.

Summary of changes:
 components/camel-aws2-lambda/pom.xml               | 70 ++++++++++++++++++
 .../lambda/localstack/Aws2LambdaBaseTest.java}     | 22 +++---
 .../LambdaCreateFunctionLocalstackTest.java        | 85 ++++++++++++++++++++++
 3 files changed, 166 insertions(+), 11 deletions(-)
 copy components/{camel-aws2-cw/src/test/java/org/apache/camel/component/aws2/cw/localstack/Aws2CwBaseTest.java => camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/localstack/Aws2LambdaBaseTest.java} (79%)
 create mode 100644 components/camel-aws2-lambda/src/test/java/org/apache/camel/component/aws2/lambda/localstack/LambdaCreateFunctionLocalstackTest.java