Skip to content

Commit a54630a

Browse files
fix: Add another CDK path fix
1 parent 6739a61 commit a54630a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frameworks/cdkFrameworkWorker.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ async function fixCdkPaths(awsCdkLibPath) {
6868

6969
const pathsFix = {
7070
'custom-resource-handlers/': `${awsCdkLibPath}/custom-resource-handlers/`,
71+
'aws-custom-resource-handler': `${awsCdkLibPath}/custom-resource-handlers/dist/custom-resources/aws-custom-resource-handler`,
7172
};
7273

7374
// Create a proxy to intercept calls to the path module so we can fix paths

0 commit comments

Comments
 (0)