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 d10f8bc commit e6a8556Copy full SHA for e6a8556
.changeset/chilled-frogs-draw.md
@@ -0,0 +1,5 @@
1
+---
2
+"@opennextjs/aws": minor
3
4
+
5
+Add a new option to install native dependencies on every lambda
packages/open-next/src/build/installDeps.ts
@@ -1,7 +1,8 @@
-import { execSync } from "child_process";
import fs from "node:fs";
import os from "node:os";
import path from "node:path";
+import { execSync } from "child_process";
6
import { InstallOptions } from "types/open-next";
7
8
import logger from "../logger.js";
0 commit comments