Open
Description
if you want to use this package with aws lambda, you need to modify the two lines:
var contentFile = ".node-xmlhttprequest-content-" + process.pid;
var syncFile = ".node-xmlhttprequest-sync-" + process.pid;
with
var contentFile = "/tmp/node-xmlhttprequest-content-" + process.pid;
var syncFile = "/tmp/node-xmlhttprequest-sync-" + process.pid;
because you can write only in the /tmp/ directory
Metadata
Metadata
Assignees
Labels
No labels