Skip to content

Commit 192753c

Browse files
authored
Merge pull request #83 from mwarkentin/patch-1
Fix code block
2 parents da04606 + 50b4348 commit 192753c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

loggroup-lambda-connector/Readme.md

Lines changed: 3 additions & 3 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
{
@@ -39,10 +39,10 @@ It has two environment variables
3939
]
4040
]
4141
}
42-
43-
**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
4442
```
4543

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
45+
4646
### For Developers
4747

4848
Installing Dependencies

0 commit comments

Comments
 (0)