Open codetherus opened 6 years ago
I'm getting 'chromedriver not found in path' error after installing aws-sdk via npm install. Looks like module conflict.
Try adding this to the top of your handler:
process.env.PATH = `${process.env.PATH}:${process.env.LAMBDA_TASK_ROOT}/bin`;
Replace bin in the above with wherever you put the binaries.
bin
I'm getting 'chromedriver not found in path' error after installing aws-sdk via npm install. Looks like module conflict.