Lambda Trigger Custom Message (v2.0.0)
This lambda is invoked by AWS Cognito when sending a message to the user as part of the Cognito configuration in PAL.
Overview
The lambda is used to extend and customize how AWS Cognito shall work. It is triggered on all types of trigger source messages from Cognito, but not all are implemented.
| Trigger Source | Implemented | Description |
|---|---|---|
| CustomMessage_SignUp | Yes | Sends a custom formatted message to the user. |
| CustomMessage_AdminCreateUser | No | - |
| CustomMessage_ResendCode | No | - |
| CustomMessage_ForgotPassword | No | - |
| CustomMessage_UpdateUserAttribute | No | - |
| CustomMessage_VerifyUserAttribute | No | - |
| CustomMessage_Authentication | No | - |