Skip to content

Commit b0b58ab

Browse files
committed
docs: update README to include features section
Release-As: 0.6.0
1 parent 34968e0 commit b0b58ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ sends logs to AWS [CloudWatch][aws_cloudwatch] using the AWS [v3 SDK][cloudwatch
77
[cloudwatch_sdk]: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/
88
[log4js_github]: https://log4js-node.github.io/log4js-node/
99

10+
## Features
11+
12+
- **Batching**: Send multiple log events in a single request to CloudWatch
13+
- **Buffering**: Send logs after a specified timeout, regardless of the batch size
14+
- **Log Group and Stream Creation**: Automatically create log groups and streams
15+
1016
## Overview
1117

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

0 commit comments

Comments
 (0)