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.
2 parents 0e818dd + f7fa4f5 commit de088f0Copy full SHA for de088f0
index.js
@@ -13,7 +13,7 @@ const { mkdirSync, writeFileSync, readFileSync } = require("fs");
13
const DEFAULT_DOCKER_TAG = "latest";
14
const DEFAULT_DOCKER_IMAGE = "softprops/lambda-rust";
15
const RUST_RUNTIME = "rust";
16
-const BASE_RUNTIME = "provided";
+const BASE_RUNTIME = "provided.al2";
17
const NO_OUTPUT_CAPTURE = { stdio: ["ignore", process.stdout, process.stderr] };
18
const MUSL_PLATFORMS = ["darwin", "win32", "linux"];
19
0 commit comments