Skip to content

Commit 4f144dd

Browse files
author
sourabh
committed
updating read me
1 parent a1533e4 commit 4f144dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

loggroup-lambda-connector/Readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Lambda Destination ARN :- This specifies ARN of the Lambda function. Also you ha
4949

5050
Kinesis Destination ARN :- This specifies the ARN of the kinesis Stream.
5151

52-
**USE_EXISTING_LOGS**: This is used for subscribing existing log groups. By setting this parameter to true and invoking the function manually, all the existing log groups matching the pattern will be subscribed to lambda function with `LAMBDA_ARN` as arn
53-
5452
**LOG_GROUP_TAGS**: This is used for filtering out loggroups based on tags.Only loggroups which match any one of the key value pairs will be subscribed to the lambda function. This works only for new loggroups not existing loggroups.
5553

5654
**ROLE_ARN** : This is used when subscription destination ARN is kinesis firehose stream.
@@ -64,7 +62,6 @@ Running the test cases
6462
```
6563
python test_loggroup_lambda_connector.py
6664
```
67-
Run the above command after building the zip file
6865

6966
## License
7067

0 commit comments

Comments
 (0)