AWS Security ChangesHomeSearch

AWS cognito documentation change

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

File: cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.md

Summary

Removed code block for 'CustomSMSSender_AccountTakeOverNotification' handler

Security assessment

Code example cleanup without explicit security context or vulnerability mention.

Diff

diff --git a/cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.md b/cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.md
index 1eb91bd1f..82bb01d2f 100644
--- a//cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.md
+++ b//cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.md
@@ -224,2 +223,0 @@ The Amazon Resource Name (ARN) of the KMS key that you want to use to encrypt an
-    	else if(event.triggerSource == 'CustomSMSSender_AccountTakeOverNotification'){
-    	}