Examples
Email domain filtering
Use an Auth Pre Signup trigger to allow or deny sign-ups based on email domains
Add user to group
Use an Auth Post Authentication trigger to automatically add new users to a group
Create a user profile record
Use an Auth Post Authentication trigger to automatically a user profile record
Override ID token claims
Use an Auth Pre token generation trigger to override ID token claims
User attribute validation
Validate user attributes with an Auth trigger
Custom message
Use an Auth custom message authentication trigger to customize the message sent to users
Google reCAPTCHA challenge
Leverage Google reCAPTCHA to protect against spam
Amazon Kinesis Data Streams
Create a Lambda event source for a Amazon Kinesis Data Stream to trigger Lambda functions in response to real-time events
DynamoDB Streams
Create a Lambda event source using Amazon DynamoDB Streams to trigger a Lambda function in response to real-time events.
S3 Upload confirmation
Use a trigger to confirm uploading files
Custom Auth Challenge
Leverage Custom Auth with and without SRP, allowing for a series of challenge and response cycles that can be customized to meet different requirements during sign in.