From 75a9532d263206f4d0d7cc5969dc7f685c24604d Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Fri, 25 Mar 2022 17:22:13 -0300 Subject: [PATCH] docs: Fix missing AWS sinks in mdbook index --- book/src/SUMMARY.md | 3 +++ book/src/sinks/aws_sqs.md | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md index 4bbc2a1a..f50f732c 100644 --- a/book/src/SUMMARY.md +++ b/book/src/SUMMARY.md @@ -23,6 +23,9 @@ - [Elasticsearch](./sinks/elastic.md) - [Webhook](./sinks/webhook.md) - [Logs](./sinks/logs.md) + - [AWS SQS](./sinks/aws_sqs.md) + - [AWS Lambda](./sinks/aws_lambda.md) + - [AWS S3](./sinks/aws_s3.md) - [Reference](reference/README.md) - [Data Dictionary](./reference/data_dictionary.md) - [Advanced Features](./advanced/README.md) diff --git a/book/src/sinks/aws_sqs.md b/book/src/sinks/aws_sqs.md index 7db375d0..39998433 100644 --- a/book/src/sinks/aws_sqs.md +++ b/book/src/sinks/aws_sqs.md @@ -23,7 +23,6 @@ max_retries = 5 ### Section: `sink` - `type`: the literal value `AwsSqs`. - - `region`: The AWS region where the queue is located. - `queue_url`: The SQS queue URL provided by AWS (not to be confused with the ARN). - `fifo`: A flag to determine if the queue is of type FIFO.