Q&A
Ask and answer questions to make information more available to wider audiences.
Liliana Low @lowliliana   30, Mar 2023 12:00 AM
Associate developer
Could you help me with my test? 
 A developer is adding sign-up and sign-in functionality to an application. The application must make an API call to a custom analytics solution to log user sign-in events.
Which combination of actions should the developer perform to meet these requirements? (Select TWO.)
A) Use Amazon Cognito to provide the sign-up and sign-in functionality.
B) Use AWS Identity and Access Management (IAM) to provide the sign-up and sign-in functionality.
C) Configure an AWS Config rule to make the API call when a user is authenticated.
D) Invoke an Amazon API Gateway method to make the API call when a user is authenticated.
E) Invoke an AWS Lambda function to make the API call when a user is authenticated.
answers 1
 
Answer 1
Aiden Barti @aidenbarti   31, Mar 2023 09:40 AM
A, E – Amazon Cognito adds user sign-up, sign-in, and access control to web and mobile applications. You can also create an AWS Lambda function to make an API call to a custom analytics solution and then invoke that unction by using an Amazon Cognito post authentication trigger.