79395603

Date: 2025-01-29 02:31:41
Score: 0.5
Natty:
Report link

I had the same problem on Linux mint which is ubuntu under the hood. I am not exactly sure what the root cause is but it appears to be related to latest aws-cdk release 2.171.0 and how cdklocal is using prototypes when mocking aws-cdk calls.

Work around is to install the previous version of aws-cdk

npm install -g [email protected]

Reasons:
  • Whitelisted phrase (-1): I had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: Steve Chalmers