Skip to content

Commit 1714346

Browse files
committed
Updated README.md
1 parent db0daca commit 1714346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "eventbridge_debug_logger" {
2525
}
2626
```
2727

28-
The above example module invocation will track all ec2 events. Using a tool like saw to tail cloudwatch logs, the following log events will be written by launching and terminating an EC2 instance.
28+
The above example module invocation will track all ec2 events. Using a tool like (saw)[https://github.com/TylerBrock/saw] to tail cloudwatch logs, the following log events will be written by launching and terminating an EC2 instance.
2929

3030
```
3131
$ saw watch /aws/lambda/events_debug_logger_ec2 --expand

0 commit comments

Comments
 (0)