AWS Security ChangesHomeSearch

AWS cognito documentation change

Service: cognito · 2025-04-03 · Documentation low

File: cognito/latest/developerguide/user-pool-lambda-post-authentication.md

Summary

Removed authentication tutorials section and updated reference link. Added example focus on event logging.

Security assessment

Documentation cleanup and example adjustment without security-specific content changes. No evidence of security issue remediation.

Diff

diff --git a/cognito/latest/developerguide/user-pool-lambda-post-authentication.md b/cognito/latest/developerguide/user-pool-lambda-post-authentication.md
index 7170de8c1..24db59e17 100644
--- a//cognito/latest/developerguide/user-pool-lambda-post-authentication.md
+++ b//cognito/latest/developerguide/user-pool-lambda-post-authentication.md
@@ -5 +5 @@
-Client authentication flowPost authentication Lambda trigger parametersAuthentication tutorialsPost authentication example
+Client authentication flowParametersExample: Log event data
@@ -11 +11 @@ The post authentication trigger doesn't change the authentication flow for a use
-A post authentication Lambda that doesn't return the request body to Amazon Cognito can still cause authentication to fail to complete. For more information, see [Important considerations](./cognito-user-pools-working-with-lambda-triggers.html#important-lambda-considerations).
+A post authentication Lambda that doesn't return the request body to Amazon Cognito can still cause authentication to fail to complete. For more information, see [Things to know about Lambda triggers](./cognito-user-pools-working-with-lambda-triggers.html#important-lambda-considerations).
@@ -19,2 +18,0 @@ A post authentication Lambda that doesn't return the request body to Amazon Cogn
-  * Authentication tutorials
-
@@ -76,10 +73,0 @@ Amazon Cognito doesn't expect any additional return information in the response.
-## Authentication tutorials
-
-Immediately after Amazon Cognito signs in a user, it activates the post authentication Lambda function. See these sign-in tutorials for JavaScript, Android, and iOS.
-
-Platform | Tutorial  
----|---  
-JavaScript Identity SDK | [Sign in users with JavaScript](https://docs.aws.amazon.com/cognito/latest/developerguide/tutorial-integrating-user-pools-javascript.html#tutorial-integrating-user-pools-user-sign-in-javascript)  
-Android Identity SDK | [Sign in users with Android](https://docs.aws.amazon.com/cognito/latest/developerguide/tutorial-integrating-user-pools-android.html#tutorial-integrating-user-pools-user-sign-in-android)  
-iOS Identity SDK | [Sign in users with iOS](https://docs.aws.amazon.com/cognito/latest/developerguide/tutorial-integrating-user-pools-ios.html#tutorial-integrating-user-pools-authenticate-users-ios)  
-  
@@ -147 +135 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Pre authentication Lambda trigger
+Pre authentication
@@ -149 +137 @@ Pre authentication Lambda trigger
-Challenge Lambda triggers
+Custom challenge