We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e8cdc commit ea6e181Copy full SHA for ea6e181
index.js
@@ -5,14 +5,10 @@
5
// https://github.com/softprops/lambda-rust/
6
7
const { spawnSync } = require('child_process');
8
-//const { removeSync } = require('fs-extra');
9
-//const copyFileSync = require('fs-copy-file-sync')
10
const path = require('path');
11
12
const RUST_RUNTIME = 'rust';
13
-
14
const BASE_RUNTIME = 'provided';
15
16
const NO_OUTPUT_CAPTURE = { stdio: ['ignore', process.stdout, process.stderr] };
17
18
/** assumes docker is on the host's execution path */
0 commit comments