Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Post Confirmation doesn't trigger lambda function

My step:

  • I created user by calling the AdminCreateUser API.
  • I use my custom login form to do the first login
  • I change password (because I'm in FORCE_PASSWORD_CHANGE status) Now the user is CONFIRMED
  • Trigger doesn't fire.
like image 987
Deepak Avatar asked Apr 15 '19 11:04

Deepak


Video Answer


1 Answers

Cognito does not trigger post confirm when the user is created with adminCreateUser or manually from Cognito dashboard.

like image 131
Subash Avatar answered Sep 19 '22 08:09

Subash