Skip to content

Commit

Permalink
Merge pull request #2 from appvia/readme-fix
Browse files Browse the repository at this point in the history
Correct the link to CloudWatch log group
  • Loading branch information
KashifSaadat authored Jan 4, 2019
2 parents 6aea6df + 6580fad commit 2425886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cp Gemfile* lib/

Example deployment files are located in the [./examples/terraform](./examples/terraform) directory. The Lambda Function is configured to trigger via a CloudWatch Event Rule and execute every 5 minutes.

All log output of the Lambda Function is recorded under a CloudWatch Log Group, keeping the same name as the Function (`rds-scheduler`). This is accessible under the following URL (replace with the relevant AWS region): `https://eu-west-2.console.aws.amazon.com/cloudwatch/home?region=eu-west-2#logStream:group=/aws/lambda/acp-rds-scheduler`
All log output of the Lambda Function is recorded under a CloudWatch Log Group, keeping the same name as the Function (`rds-scheduler`). This is accessible under the following URL (replace with the relevant AWS region): `https://eu-west-2.console.aws.amazon.com/cloudwatch/home?region=eu-west-2#logStream:group=/aws/lambda/rds-scheduler`

## IAM Permissions

Expand Down

0 comments on commit 2425886

Please sign in to comment.