You might find this answer helpful @Naveen1401 as it contains a workable function (need to change const busboy = new Busboy({headers: event.headers)
to const busboy = Busboy({headers: event.headers})
if using busboy@1.3.0
I found)
You might find this answer helpful @Naveen1401 as it contains a workable function (need to change const busboy = new Busboy({headers: event.headers)
to const busboy = Busboy({headers: event.headers})
if using busboy@1.3.0
I found)