Skip to content

Commit 50b4348

Browse files
authored
Couple more small tweaks
1 parent 8f2b14d commit 50b4348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

loggroup-lambda-connector/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It has two environment variables
2424
Test - will match testlogroup, logtestgroup and LogGroupTest
2525
```
2626

27-
**LAMBDA_ARN**: This specifies ARN of the lambda functions. Also you have to specify FunctionName attribute in your lambda function so that AWS does not generate random function name.This is to avoid making changes to the lambda function configuration in case your lambda function gets created again.
27+
**LAMBDA_ARN**: This specifies ARN of the lambda functions. Also you have to specify FunctionName attribute in your lambda function so that AWS does not generate random function name. This is to avoid making changes to the lambda function configuration in case your lambda function gets created again.
2828

2929
```
3030
{
@@ -41,7 +41,7 @@ It has two environment variables
4141
}
4242
```
4343

44-
**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
44+
**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
4545

4646
### For Developers
4747

0 commit comments

Comments
 (0)