AWS Security ChangesHomeSearch

AWS powertools documentation change

Service: powertools · 2026-07-13 · Documentation low

File: powertools/typescript/latest/features/logger.md

Summary

Added links to Data Masking and Signer features. Updated import statement in code example to use '.js' extension. Changed date from 2026-05-27 to 2026-07-10.

Security assessment

The import extension change is a technical correction unrelated to security. Added feature links don't introduce security documentation. No security vulnerabilities or incidents are addressed.

Diff

diff --git a/powertools/typescript/latest/features/logger.md b/powertools/typescript/latest/features/logger.md
index 95b4a69f7..12eb7bc8e 100644
--- a//powertools/typescript/latest/features/logger.md
+++ b//powertools/typescript/latest/features/logger.md
@@ -90,0 +91 @@ Event Handler
+      * [ Data Masking  ](../data-masking/)
@@ -91,0 +93 @@ Event Handler
+      * [ Signer  ](../signer/)
@@ -3032 +3034 @@ handler.tsutils/formatters/MyCompanyLogFormatter.tsExample CloudWatch Logs excer
-    import { MyCompanyLogFormatter } from './bringYourOwnFormatterClass';
+    import { MyCompanyLogFormatter } from './bringYourOwnFormatterClass.js';
@@ -3397 +3399 @@ Alternatively, you can also set the `POWERTOOLS_DEV` environment variable to `tr
-2026-05-27 
+2026-07-10