def apply()

in api/src/main/scala/com/gu/footballtimemachine/ApiLambda.scala [24:26]


  def apply(statusCode: Int, headers: Map[String, String], body: String): ApiGatewayResponse = {
    new ApiGatewayResponse(statusCode, headers.asJava, body)
  }