await saveToDDB()

in ddbImporter/v2/loaderFunction/app.js [33:41]


      await saveToDDB(items)
    })
  )
}

const saveToDDB = async (item_data) => {

  // Set up the params object for the DDB call
  const params = {