Skip to content

Commit 3b5bbea

Browse files
committed
adding a runner file
1 parent 27a5bb1 commit 3b5bbea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

run.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)