Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix missing AWS sinks in mdbook index #225

Merged
merged 1 commit into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion book/src/sinks/aws_sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down