lambda-live-debugger 0.0.120 → 0.0.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -68,6 +68,7 @@ async function fixCdkPaths(awsCdkLibPath) {
68
68
 
69
69
  const pathsFix = {
70
70
  'custom-resource-handlers/': `${awsCdkLibPath}/custom-resource-handlers/`,
71
+ 'aws-custom-resource-handler': `${awsCdkLibPath}/custom-resource-handlers/dist/custom-resources/aws-custom-resource-handler`,
71
72
  };
72
73
 
73
74
  // Create a proxy to intercept calls to the path module so we can fix paths
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lambda-live-debugger",
3
- "version": "0.0.120",
3
+ "version": "0.0.121",
4
4
  "type": "module",
5
5
  "description": "Debug Lambda functions locally like it is running in the cloud",
6
6
  "repository": {