await doTranslation()

in translation/v2/translatorFunction/app.js [36:38]


        await doTranslation(message)
        await saveToDDB(message, 'Translated')
      } catch (err) {