in src/main/scala/managehelpcontentpublisher/Logging.scala [31:37]
def logResponse(context: Context, response: APIGatewayProxyResponseEvent): Unit = {
logInfo(
context,
"Response",
optionallyAdd(Obj("code" -> response.getStatusCode.toString), "body" -> Option(response.getBody))
)
}