lambda-node-runtime
Advanced tools
Comparing version
{ | ||
"name": "lambda-node-runtime", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Run any Node version on AWS Lambda", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -49,3 +49,3 @@ const { spawn } = require('child_process'); | ||
`${__dirname}/../.node/bin/node`, | ||
['src/lambdaFunctionInvoker'], | ||
[`${__dirname}/lambdaFunctionInvoker`], | ||
{ stdio: [process.stdin, process.stdout, process.stderr, 'ipc'] } | ||
@@ -52,0 +52,0 @@ ), |
Sorry, the diff of this file is not supported yet
35553863
1.71%