Lambda Trigger Post Authentication (v2.0.0)

This lambda is invoked by AWS Cognito after a user has been authenticates part of the Cognito configuraion in PAL.

Overview

This lambda is used to Customize the behaviour of AWS Cognito.

The lambda will fetch a task token from a DynamoDB table, and restart the Signup Stepfunction. This is usually done in the Post Confirm, but if the user has been created by an Admin that flow is not activated. Which means it needs to be restarted by the authentication process.