await makeHttpCall()

in feedback-app-backend/webhooknotification-service/app.js [48:55]


  await makeHttpCall(chimeURL, chimeMessage)
    .then((res) => {
      console.log(JSON.stringify(res));
      response = {
        statusCode: 200,
        body: event,
      };
    })