Skip to content

fix: pack lambda with node_modules#49

Merged
Perry2004 merged 1 commit intomainfrom
fix/pack-with-node_modules
Oct 13, 2025
Merged

fix: pack lambda with node_modules#49
Perry2004 merged 1 commit intomainfrom
fix/pack-with-node_modules

Conversation

@Perry2004
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings October 13, 2025 17:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the lambda packaging process to include node_modules dependencies in the deployment bundle. The change ensures that runtime dependencies are available when the lambda function executes.

  • Modified GitHub Actions workflow to copy both dist and node_modules to a build directory
  • Added build directory to gitignore to exclude it from version control

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
scripts/.gitignore Added build/ directory to ignore list
.github/workflows/build-lambda.yaml Updated packaging process to include node_modules in lambda zip

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Perry2004 Perry2004 merged commit 1bfd008 into main Oct 13, 2025
3 checks passed
@Perry2004 Perry2004 deleted the fix/pack-with-node_modules branch October 13, 2025 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants