Skip to content

Commit b8b5110

Browse files
CCM-10591: Add Lambda Boilerplate
1 parent 38b1d04 commit b8b5110

File tree

1 file changed

+4
-0
lines changed
  • infrastructure/terraform/components/examplecomponent

1 file changed

+4
-0
lines changed

infrastructure/terraform/components/examplecomponent/pre.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
npm ci
26

37
npm run generate-dependencies --workspaces --if-present

0 commit comments

Comments
 (0)