CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 42: AWS Certified Developer - Associate DVA-C02(New)

A developer is writing an AWS Lambda function. The developer wants to log key events that occur while the Lambda function runs. The developer wants to include a unique identifier to associate the events with a specific function invocation. The developer adds the following code to the Lambda function: Which solution wi…

Nội dung câu hỏi

A developer is writing an AWS Lambda function. The developer wants to log key events that occur while the Lambda function runs. The developer wants to include a unique identifier to associate the events with a specific function invocation. The developer adds the following code to the Lambda function: Which solution will meet this requirement?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Obtain the request identifier from the AWS request ID field in the context object. Configure the application to write logs to standard output. — đáp án hiện tại
  2. B. Obtain the request identifier from the AWS request ID field in the event object. Configure the application to write logs to a file.
  3. C. Obtain the request identifier from the AWS request ID field in the event object. Configure the application to write logs to standard output.
  4. D. Obtain the request identifier from the AWS request ID field in the context object. Configure the application to write logs to a file.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề