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

Câu 94: AWS Certified Developer Associate(Old)

A company has an application that writes files to an Amazon S3 bucket. Whenever there is a new file, an S3 notification event invokes an AWS Lambda function to process the file. The Lambda function code works as expected. However, when a developer checks the Lambda function logs, the developer finds that multiple invo…

Nội dung câu hỏi

A company has an application that writes files to an Amazon S3 bucket. Whenever there is a new file, an S3 notification event invokes an AWS Lambda function to process the file. The Lambda function code works as expected. However, when a developer checks the Lambda function logs, the developer finds that multiple invocations occur for every file. What is causing the duplicate entries?

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. The S3 bucket name is incorrectly specified in the application and is targeting another S3 bucket.
  2. B. The Lambda function did not run correctly, and Lambda retried the invocation with a delay. — đáp án hiện tại
  3. C. Amazon S3 is delivering the same event multiple times.
  4. D. The application stopped intermittently and then resumed, splitting the logs into multiple smaller files.

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ề