AWS powertools documentation change
Summary
Added links to Data Masking/Signer features and updated import statements to include .js extensions
Security assessment
The changes are routine documentation updates and module import adjustments without security implications. No security vulnerabilities or features are addressed.
Diff
diff --git a/powertools/typescript/latest/features/event-handler/appsync-graphql.md b/powertools/typescript/latest/features/event-handler/appsync-graphql.md index 54fe381ba..90fec6702 100644 --- a//powertools/typescript/latest/features/event-handler/appsync-graphql.md +++ b//powertools/typescript/latest/features/event-handler/appsync-graphql.md @@ -72,0 +73 @@ Event Handler + * [ Data Masking ](../../data-masking/) @@ -73,0 +75 @@ Event Handler + * [ Signer ](../../signer/) @@ -1047,2 +1049,2 @@ We use `includeRouter` method and include all operations registered in the route - import { postRouter } from './postRouter'; - import { userRouter } from './userRouter'; + import { postRouter } from './postRouter.js'; + import { userRouter } from './userRouter.js'; @@ -1736 +1738 @@ Here's an example of how you can test your resolvers that uses a factory functio -2026-05-27 +2026-07-10