AWS powertools documentation change
Summary
Updated JSON import syntax and AJV module import path; added navigation links to Data Masking and Signer features
Security assessment
The changes are syntax updates for module imports and navigation improvements. There's no evidence of security vulnerability fixes or new security documentation being added.
Diff
diff --git a/powertools/typescript/latest/features/validation.md b/powertools/typescript/latest/features/validation.md index 4edd29b01..d7a7225ac 100644 --- a//powertools/typescript/latest/features/validation.md +++ b//powertools/typescript/latest/features/validation.md @@ -68,0 +69 @@ Event Handler + * [ Data Masking ](../data-masking/) @@ -69,0 +71 @@ Event Handler + * [ Signer ](../signer/) @@ -1130,0 +1133,2 @@ advancedCustomFormats.ts + 44 + 45 @@ -1138 +1142,3 @@ advancedCustomFormats.ts - import schemaWithCustomFormat from './samples/schemaWithCustomFormat.json'; + import schemaWithCustomFormat from './samples/schemaWithCustomFormat.json' with { + type: 'json', + }; @@ -1404 +1410 @@ advancedBringAjvInstance.ts - import Ajv2019 from 'ajv/dist/2019'; + import { Ajv2019 } from 'ajv/dist/2019.js'; @@ -1439 +1445 @@ advancedBringAjvInstance.ts -2026-05-27 +2026-07-10