Question 179:
You’ve developed an AWS Lambda function but are running into a lot of performance issues. You decide to use the AWS X-Ray service to diagnose the issues. Which of the following must be done to ensure that you can use the X-Ray service with your Lambda function?
Answer options:
A.Ensure that the X-Ray daemon process is installed with the Lambda function. B.Ensure that the Lambda function is registered with X-Ray. C.Ensure that the IAM Role assigned to the Lambda function has access to the X-Ray service. D.Ensure that the IAM Role assigned to the X-Ray function has access to the Lambda function.