We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a5bb1 commit 3b5bbeaCopy full SHA for 3b5bbea
1 file changed
run.js
@@ -0,0 +1,3 @@
1
+var lambda = require('./lambda-sandbox-run.js');
2
+
3
+lambda.run(process.argv[2], process.argv[3], process.argv[4]);
0 commit comments