Câu 83: AWS Certified Developer Associate(Old)
A developer is writing an application in Python. The application runs on AWS Lambda. The application generates a file and needs to upload this file to Amazon S3. The developer must implement this upload functionality with the least possible change to the application code. Which solution meets these requirements?
Nội dung câu hỏi
A developer is writing an application in Python. The application runs on AWS Lambda. The application generates a file and needs to upload this file to Amazon S3. The developer must implement this upload functionality with the least possible change to the application code. Which solution meets these requirements?
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.
- A. Make an HTTP request directly to the S3 API to upload the file.
- B. Include the AWS SDK for Python in the Lambda function. Use the SDK to upload the file.
- C. Use the AWS SDK for Python that is installed in the Lambda environment to upload the file. — đáp án hiện tại
- D. Use the AWS CLI that is installed in the Lambda environment to upload the file.
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.