Skip to content

Use with AWS Lambda #145

Open
Open
@lucabarze

Description

@lucabarze

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions