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 38b1d04 commit b8b5110Copy full SHA for b8b5110
infrastructure/terraform/components/examplecomponent/pre.sh
@@ -1,3 +1,7 @@
1
+# This script is run before the Terraform apply command.
2
+# It ensures all Node.js dependencies are installed, generates any required dependencies,
3
+# and builds all Lambda functions in the workspace before Terraform provisions infrastructure.
4
+
5
npm ci
6
7
npm run generate-dependencies --workspaces --if-present
0 commit comments