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 6739a61 commit a54630aCopy full SHA for a54630a
src/frameworks/cdkFrameworkWorker.mjs
@@ -68,6 +68,7 @@ async function fixCdkPaths(awsCdkLibPath) {
68
69
const pathsFix = {
70
'custom-resource-handlers/': `${awsCdkLibPath}/custom-resource-handlers/`,
71
+ 'aws-custom-resource-handler': `${awsCdkLibPath}/custom-resource-handlers/dist/custom-resources/aws-custom-resource-handler`,
72
};
73
74
// Create a proxy to intercept calls to the path module so we can fix paths
0 commit comments