node-js-libs / curlrequest

A cURL wrapper
MIT License
184 stars 44 forks source link

spawn curl ENOENT AWS Lambda #67

Open Jino-Thomas-HSPL opened 4 years ago

Jino-Thomas-HSPL commented 4 years ago

Hi,

I wish to use this package in a lambda function but I am receiving the following error.

ERROR Uncaught Exception {"errorType":"Error","errorMessage":"spawn curl ENOENT","code":"ENOENT","stack":["Error: spawn curl ENOENT"

I created a small POC using this package, that works perfectly, but fails in the lambda environment.

ratik21 commented 2 years ago

Having the same issue here