Skip to content

Commit

Permalink
Merge pull request #83 from mwarkentin/patch-1
Browse files Browse the repository at this point in the history
Fix code block
  • Loading branch information
himanshu219 authored Apr 5, 2019
2 parents da04606 + 50b4348 commit 192753c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions loggroup-lambda-connector/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It has two environment variables
Test - will match testlogroup, logtestgroup and LogGroupTest
```

**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.
**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.

```
{
Expand All @@ -39,10 +39,10 @@ It has two environment variables
]
]
}
**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
```

**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

### For Developers

Installing Dependencies
Expand Down

0 comments on commit 192753c

Please sign in to comment.