in mobile-save-for-later/src/main/scala/com/gu/sfl/lambda/LambdaApiGateway.scala [88:91]
def execute(inputStream: InputStream, outputStream: OutputStream) : Unit
}
class LambdaApiGatewayImpl(function: (LambdaRequest => Future[LambdaResponse])) extends LambdaApiGateway with Logging {