
Ultimate access to all questions.
An IT company recently transitioned to a serverless architecture on the AWS Cloud, utilizing Lambda functions for their compute layer. The engineering managers now need an effective method to actively troubleshoot and resolve any failures occurring within the Lambda functions.
As an AWS Certified Developer Associate, which of the following solutions would you recommend for this scenario?
A
Use CloudWatch Events to identify and notify any failures in the Lambda code
B
Use CodeDeploy to identify and notify any failures in the Lambda code
C
Use CodeCommit to identify and notify any failures in the Lambda code
D
The developers should insert logging statements in the Lambda function code which are then available via CloudWatch logs