LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


In a system where Lambda functions process metadata from S3 uploads and store it in DynamoDB, where should a developer look for Lambda function logs when troubleshooting unexpected behavior?

Exam-Like



Explanation:

The correct answer is C: Amazon CloudWatch. Lambda function logs are automatically sent to Amazon CloudWatch. When the application starts behaving unexpectedly, developers can examine the logs in CloudWatch to identify any issues or errors. CloudTrail logs API calls but not the logs of the function execution, while S3 and DynamoDB are not meant for storing function execution logs.

Powered ByGPT-5