node-js-libs/curlrequest

spawn curl ENOENT AWS Lambda

Opened this issue · 1 comments

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.

Having the same issue here