Questions
- A developer on your team has created a Lambda function that is triggered by an S3 bucket event. The function is supposed to be invoked when an object is placed in the bucket. However, the function is not working correctly. This issue needs to be debugged and fixed. How can this be accomplished simply and quickly by the developer?
a. Use the Lambda Monitoring Console to help debug the issue.
b. Use AWS CloudTrail Logs.
c. Open an AWS support case, noting both the ARN of the Lambda function and the S3 bucket.
d. Use AWS CloudWatch Logs.
- You have been asked to help construct a serverless application using AWS Lambda. The application needs to be monitored; however, the company does not want to bring in any third-party services for monitoring. Although logging and tracking functions that call other functions can be tricky, what services from AWS can help you perform this task? (Choose 3)
a. AWS CloudTrail
b. AWS CloudWatch
c. AWS Inspector
d. AWS X-Ray
- You have been...