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.