def shutdown()

in src/main/scala/com/gu/flexible/snapshotter/SnapshottingLambda.scala [58:61]


  def shutdown(): Unit = {
    s3Client.shutdown()
    wsClient.close()
  }