This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch kinesis-firehose in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit be747e834c3b250481570b365e3e5acd536b3899 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Apr 2 14:48:06 2021 +0200 Added AWS Kinesis Firehose Sink Kamelet --- docs/modules/ROOT/nav.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index d3318a1..cc46cb9 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -1,5 +1,6 @@ // THIS FILE IS AUTOMATICALLY GENERATED: DO NOT EDIT * xref:ROOT:aws-ddb-streams-source.adoc[image:kamelets/aws-ddb-streams-source.svg[] AWS DynamoDB Streams Source] +* xref:ROOT:aws-kinesis-firehose-sink.adoc[image:kamelets/aws-kinesis-firehose-sink.svg[] AWS Kinesis Firehose Sink] * xref:ROOT:aws-kinesis-source.adoc[image:kamelets/aws-kinesis-source.svg[] AWS Kinesis Source] * xref:ROOT:aws-lambda-sink.adoc[image:kamelets/aws-lambda-sink.svg[] AWS Lambda Sink] * xref:ROOT:aws-s3-source.adoc[image:kamelets/aws-s3-source.svg[] AWS S3 Source]
