This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kinesis-firehose-sink in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 29f5a874a6aa04371fd31d6c404fef3f90c12052 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 14 14:40:23 2022 +0100 Added Kinesis Firehose IT Test Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- it-tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/it-tests/Makefile b/it-tests/Makefile index a15686a0..e206aba8 100644 --- a/it-tests/Makefile +++ b/it-tests/Makefile @@ -31,6 +31,8 @@ tests: ./timer-aws-sqs-fifo-it-test.sh $(camel-version) cd aws/aws-sns/sink/ && \ ./timer-aws-sns-it-test.sh $(camel-version) + cd aws/aws-kinesis-firehose/sink/ && \ + ./timer-aws-kinesis-firehose-it-test.sh $(camel-version) ./scripts/results.sh rm -rf tests