Question 211:
You are currently deploying an application that needs to have a sign-up and sign-in functionality added. As much as possible, you would want to reduce the coding effort required for these modules. You also need to ensure that code is executed automatically after the sign-in process is complete. How can you achieve this? Choose 3 answers from the options below.
Answer options:
A.Use the AWS Cognito service to provide the sign-up and sign-in functionality. B.Use the AWS IAM service to provide the sign-up and sign-in functionality. C.Use AWS Cloudwatch events to trigger code that will be run after the user sign-in process is complete. D.Trigger a lambda function to execute the code associated with the post authentication event.