This PR fixes an issue introduced by #94, causing issue with running Typerighter locally. It also prevents custom metrics from being logged when running in a local machine. This is achieved by adding a dry run parameter to the CloudWatchClient class.
How to test
Run TR locally and confirm it works correctly. For other environments this should be a NO-OP.
What does this change?
This PR fixes an issue introduced by #94, causing issue with running Typerighter locally. It also prevents custom metrics from being logged when running in a local machine. This is achieved by adding a dry run parameter to the
CloudWatchClient
class.How to test
Run TR locally and confirm it works correctly. For other environments this should be a NO-OP.