Solved

A Developer Writes an AWS Lambda Function and Uploads the Code

Question 327

Multiple Choice

A Developer writes an AWS Lambda function and uploads the code in a .ZIP file to Amazon S3. The Developer makes changes to the code and uploads a new .ZIP file to Amazon S3. However, Lambda executes the earlier code. How can the Developer fix this in the LEAST disruptive way?


A) Create another Lambda function and specify the new .ZIP file.
B) Call the update-function-code API. Call the update-function-code API.
C) Remove the earlier .ZIP file first, then add the new .ZIP file.
D) Call the create-alias API. create-alias API.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions