language · inferred from evidence
TypeScript
A programming language used in the migration context, with type-checking issues in v5.
- Cannot find module './auth.js' from 'node_modules/@vonage/auth/dist/cjs/index.cjs'
A September release shipped a misconfigured TypeScript build / package.json exports map, so the ESM/CJS entry points referenced built files (e.g. `./auth.js`) that were not emitted. Workaround that was shared: `npm cache clean --force` and
- apigateway: Unable to serialize value as aws-cdk-lib.aws_apigateway.IModel with Model.EMPTY_MODEL
This was a framework bug in aws-cdk-lib 2.41.0 to 2.43.0, fixed upstream, so upgrade to a version newer than 2.43.0. The issue only hit non-TypeScript languages using Model.EMPTY_MODEL (or other values returning deprecated class instances).