Lambda Trigger Post Confirmation (v2.0.0)
This lambda is invoked by AWS Cognito after a user has been confirmed as a part of the Cognito configuraion in PAL.
Overview
This lambda is used to customize the behaviour of AWS Cognito. Once the user is confirmed, we will resume the process of user creation. If user is not confirmed the user will be automatically removed.
| Trigger Source | Implemented | Description |
|---|---|---|
| PostConfirmation_ConfirmForgotPassword | No | Just logs that it has been recevied. |
| PostConfirmation_ConfirmSignUp | Yes | Tries to find the user in Users table, if successful it will restart the Stepfunction. |
| PostConfirmation_ConfirmSignUp | No | - |