ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

408 / 474

Question 408:

A microservice application is developed using AWS Lambda functions which are invoked by non-instrumented service. For performance optimization, AWS X-Ray needs to be integrated with this AWS Lambda function to get traces with multiple services. What should a developer do when a non-instrumented service invokes an AWS Lambda function?

Answer options:

A.For non-instrumented services, AWS Lambda records trace without any additional configuration.
B.Enable Start tracing under AWS Lambda Function configuration.
C.Enable Active tracing under AWS Lambda Function configuration.
D.AWS Lambda functions invoked by non-instrumented services do not support tracing.