Skip to content

Commit

Permalink
docs: update README to include features section
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Dec 22, 2024
1 parent 34968e0 commit 5356107
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ sends logs to AWS [CloudWatch][aws_cloudwatch] using the AWS [v3 SDK][cloudwatch
[cloudwatch_sdk]: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/
[log4js_github]: https://log4js-node.github.io/log4js-node/

## Features

- **Batching**: Send multiple log events in a single request to CloudWatch
- **Buffering**: Send logs after a specified timeout, regardless of the batch size
- **Log Group and Stream Creation**: Automatically create log groups and streams

## Overview

<img src="docs/sequence.svg" alt="sequence" width="700px">
Expand Down

0 comments on commit 5356107

Please sign in to comment.