in app/com/gu/contentapi/sanity/support/CloudWatchReportingSupport.scala [72:77]
private def loggingAsyncHandler[A](input:Try[A]) = input match {
case Success(_)=>
logger.info("CloudWatch PutMetricData request - success")
case Failure(exception)=>
logger.warn(s"CloudWatch PutMetricDataRequest error: ${exception.getMessage}}")
}