AWS Security ChangesHomeSearch

AWS lexv2 documentation change

Service: lexv2 · 2025-11-16 · Documentation low

File: lexv2/latest/dg/paths-code-hook.md

Summary

Clarified that Amazon Lex V2 initiates message sending and updated Lambda function documentation links to specify Amazon Lex V2 context.

Security assessment

Changes focus on product naming consistency (Amazon Lex V2) and documentation links. No evidence of security-related content additions or vulnerability fixes. Lambda function security implications are not discussed in the changes.

Diff

diff --git a/lexv2/latest/dg/paths-code-hook.md b/lexv2/latest/dg/paths-code-hook.md
index 7d45d5cf4..28260662e 100644
--- a//lexv2/latest/dg/paths-code-hook.md
+++ b//lexv2/latest/dg/paths-code-hook.md
@@ -7 +7 @@
-At each step in the conversation when sends a message to the user, you can use a Lambda function as the next step in the conversation. You can use the function to implement business logic based on current state of the conversation.
+At each step in the conversation when Amazon Lex V2 sends a message to the user, you can use a Lambda function as the next step in the conversation. You can use the function to implement business logic based on current state of the conversation.
@@ -9 +9 @@ At each step in the conversation when sends a message to the user, you can use a
-The Lambda function that runs is associated with the bot alias that you are using. To invoke Lambda function across all dialog code hooks in your intent, you must select **Use a Lambda function for initializing and validation** for the intent. For more information on choosing a Lambda function, see [Creating an AWS Lambda function for your bot](./lambda-attach.html).
+The Lambda function that runs is associated with the bot alias that you are using. To invoke Lambda function across all dialog code hooks in your intent, you must select **Use a Lambda function for initializing and validation** for the intent. For more information on choosing a Lambda function, see [Creating an AWS Lambda function for your Amazon Lex V2 bot](./lambda-attach.html).