Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a company efficiently send login notifications via email for an application using Amazon Cognito user pools with MFA, ensuring secure user record access?
A
Implement an AWS Lambda-triggered function with Amazon SES for email notifications, invoked by an API Gateway after client-side login confirmation.
B
Utilize a post-authentication Lambda trigger in Amazon Cognito to send email notifications via Amazon SES.
C
Deploy a Lambda function with Amazon SES for email notifications, activated by a CloudWatch Logs subscription filter based on login status.
D
Stream Cognito logs to Kinesis Data Firehose and use a Lambda function to process these logs, sending email notifications via Amazon SES based on user login status.