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

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

A company is adding items to an Amazon DynamoDB table from an AWS Lambda function that is written in Python. A developer needs to implement a solution that inserts records in the DynamoDB table and performs automatic retry when the insert fails. Which solution meets these requirements with MINIMUM code changes?

Nội dung câu hỏi

A company is adding items to an Amazon DynamoDB table from an AWS Lambda function that is written in Python. A developer needs to implement a solution that inserts records in the DynamoDB table and performs automatic retry when the insert fails. Which solution meets these requirements with MINIMUM code changes?

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. Configure the Python code to run the AWS CLI through shell to call the PutItem operation
  2. B. Call the PutItem operation from Python by using the DynamoDB HTTP API
  3. C. Queue the items in AWS Glue, which will put them into the DynamoDB table
  4. D. Use the AWS software development kit (SDK) for Python (boto3) to call the PutItem operation — đáp án hiện tại

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ề