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

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

An ecommerce company is using an AWS Lambda function behind Amazon API Gateway as its application tier. To process orders during checkout, the application calls a POST API from the frontend. The POST API invokes the Lambda function asynchronously. In rare situations, the application has not processed orders. The Lambd…

Nội dung câu hỏi

An ecommerce company is using an AWS Lambda function behind Amazon API Gateway as its application tier. To process orders during checkout, the application calls a POST API from the frontend. The POST API invokes the Lambda function asynchronously. In rare situations, the application has not processed orders. The Lambda application logs show no errors or failures. What should a developer do to solve this problem?

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. Inspect the frontend logs for API failures. Call the POST API manually by using the requests from the log file.
  2. B. Create and inspect the Lambda dead-letter queue. Troubleshoot the failed functions. Reprocess the events. — đáp án hiện tại
  3. C. Inspect the Lambda logs in Amazon CloudWatch for possible errors. Fix the errors.
  4. D. Make sure that caching is disabled for the POST API in API Gateway.

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ề