amazon-archives / amazon-cognito-identity-js

Amazon Cognito Identity SDK for JavaScript
Other
984 stars 454 forks source link

Post Confirmation doesn't trigger lambda function #656

Open lligato opened 6 years ago

lligato commented 6 years ago

Hi, today I discovered that PostConfirmation doesn't trigger my Lambda function anymore and I don't understand why.

My step:

  1. I create user from Cognito Dashboard
  2. I use my custom login form to do the first login
  3. I change password (because I'm in FORCE_PASSWORD_CHANGE status)
  4. Now the user is CONFIRMED
  5. Trigger doesn't fire.
lligato commented 6 years ago

Understood. PostConfirmation doesn't fire if the user is created from admin dashboard, right?

nickdecooman commented 6 years ago

Having the same problem here.