cdk-insights 1.37.3 → 1.37.4
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.
- package/README.md +4 -2
- package/dist/entry.js +98 -98
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -377,8 +377,10 @@ The AI tier adds deep analysis via AWS Bedrock: security analysis, findings cate
|
|
|
377
377
|
|
|
378
378
|
## 🧰 Requirements
|
|
379
379
|
|
|
380
|
-
- Node.js 22 or later
|
|
381
|
-
- AWS CDK v2 project
|
|
380
|
+
- Node.js 22 or later (to run the CLI itself)
|
|
381
|
+
- AWS CDK v2 project — in **any** CDK-supported language (TypeScript, JavaScript, Python, Java, C#/.NET, Go)
|
|
382
|
+
|
|
383
|
+
`scan` analyses the synthesized CloudFormation, so your CDK app's source language doesn't change what gets checked. A few features (in-process Aspect, source-line jump-to-file, `cdk-insights fix`) are TypeScript/JavaScript-only today — see [CDK language support](./docs/cdk-language-support.md) for the full feature matrix.
|
|
382
384
|
|
|
383
385
|
### Quick Compatibility Check
|
|
384
386
|
|