in 2-streaming-kdf/s3-processor/app.js [34:44]
await getHistoryForClasses (jsonRecords)
// Merge incoming records with histories
mergeWithHistory (jsonRecords)
// Save results
await saveHistoryForClasses (jsonRecords)
}
// Convert incoming data into a JSON array
const convertToJsonArray = (raw) => {