Skip to content

HOTFIX: Ensure lambda code is not built and bundled#1463

Merged
AdamJHall merged 1 commit intomainfrom
hotfix/Ignore-Lambda-On-Build
Mar 21, 2025
Merged

HOTFIX: Ensure lambda code is not built and bundled#1463
AdamJHall merged 1 commit intomainfrom
hotfix/Ignore-Lambda-On-Build

Conversation

@AdamJHall
Copy link
Copy Markdown
Contributor


Description of the proposed changes

Build is currently failing with the below as the lambda code is being transpiled as part of the publishing step. This change will force the typescript file to be included in the final artifact so it can be built during the cdk synth step.

 [ERROR] Could not resolve "node_modules/@aligent/cdk-header-change-detection/lib/lambda/header-check.ts"

Notes to PR author

⚠️ Please make sure the changes adhere to the guidelines mentioned here

Notes to reviewers

🛈 When you've finished leaving feedback, please add a final comment to the PR tagging the author, letting them know that you have finished leaving feedback

… in the final artifact pushed to the registry
@AdamJHall AdamJHall merged commit 5a67f0e into main Mar 21, 2025
2 checks passed
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