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-kamelets.git
from 145343c85 Improve integration tests
add 877d32ffb Enhance EventBridge Sink Kamelet (#2573)
No new revisions were added by this update.
Summary of changes:
kamelets/aws-eventbridge-sink.kamelet.yaml | 49 ++++++++++--
.../kamelets/aws-eventbridge-sink.kamelet.yaml | 49 ++++++++++--
tests/camel-kamelets-itest/pom.xml | 6 ++
.../{ddb => eventbridge}/application.properties | 16 ++--
.../aws-eventbridge-sink-pipe.yaml} | 31 +++-----
.../aws-eventbridge-sink.it.yaml} | 56 +++++++------
.../aws-sqs-event-listener-pipe.yaml} | 12 +--
.../aws/eventbridge/setupEventBridge.groovy | 93 ++++++++++++++++++++++
8 files changed, 247 insertions(+), 65 deletions(-)
copy tests/camel-kamelets-itest/src/test/resources/aws/{ddb =>
eventbridge}/application.properties (55%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{kinesis/aws-kinesis-sink-pipe.yaml
=> eventbridge/aws-eventbridge-sink-pipe.yaml} (66%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{kinesis/aws-kinesis-sink.it.yaml
=> eventbridge/aws-eventbridge-sink.it.yaml} (56%)
copy
tests/camel-kamelets-itest/src/test/resources/aws/{sqs/aws-sqs-uri-pipe.yaml =>
eventbridge/aws-sqs-event-listener-pipe.yaml} (80%)
create mode 100644
tests/camel-kamelets-itest/src/test/resources/aws/eventbridge/setupEventBridge.groovy