ExamGecko
Question list
Search
Search

Related questions











Question 582 - CLF-C01 discussion

Report
Export

A developer is writing an application in Python. The application runs on AWS Lambd a. 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?

A.
Make an HTTP request directly to the S3 API to upload the file
Answers
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
Answers
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
Answers
C.
Use the AWS SDK for Python that is installed in the Lambda environment to upload the file
D.
Use the AWS CLI that is installed in the Lambda environment to upload the file
Answers
D.
Use the AWS CLI that is installed in the Lambda environment to upload the file
Suggested answer: C
asked 16/09/2024
Enayat Meer
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first