AWS Certified SysOps Administrator – Associate — Question 13

A SysOps administrator must create a solution that immediately notifies software developers if an AWS Lambda function experiences an error.
Which solution will meet this requirement?

Answer options

Correct answer: A

Explanation

Option A is correct because it uses Amazon SNS to notify developers via email when a CloudWatch alarm, based on the Errors metric, triggers. The other options either use incorrect notification methods (such as mobile subscriptions or SES for emails) or do not properly trigger notifications based on Lambda function errors.