AWS powertools documentation change
Summary
Updated documentation with metadata link, schema export order changes, and date update
Security assessment
Changes include adding a metadata documentation link (routine reference update), reordering schema exports (code style change), and updating a date (maintenance). None of these changes reference security vulnerabilities, mitigations, or security features. The metadata documentation link appears to be organizational rather than security-related based on context.
Diff
diff --git a/powertools/typescript/latest/features/parser.md b/powertools/typescript/latest/features/parser.md index 6765374dd..445361102 100644 --- a//powertools/typescript/latest/features/parser.md +++ b//powertools/typescript/latest/features/parser.md @@ -73,0 +74 @@ Event Handler + * [ Metadata ](../metadata/) @@ -2113 +2114 @@ handlerDecorator.test.tshandlerDecorator.tsschema.ts - export { orderSchema, type Order }; + export { type Order, orderSchema }; @@ -2356 +2357 @@ handlerSafeParse.test.tshandlerSafeParse.tsschema.ts - export { orderSchema, type Order }; + export { type Order, orderSchema }; @@ -2375 +2376 @@ Finally, in terms of bundle size, the Validation utility is slightly heavier tha -2026-02-11 +2026-03-19