Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 473

    A developer created reusable code that several AWS Lambda functions need to use. The developer bundled the code into a zip archive. The developer needs to deploy the code to AWS and update the Lambda functions to use the code.

    Which solution will meet this requirement in the MOST operationally efficient way?

    • Upload the zip archive to Amazon S3. Configure an import path on the Lambda functions to point to the zip archive.

    • Create a new Lambda function that contains and runs the shared code. Update the existing Lambda functions to invoke the new Lambda function synchronously.

    • Create a Lambda layer that contains the zip archive. Attach the Lambda layer to the Lambda functions.

    • Create a Lambda container image that includes the shared code. Use the container image as a Lambda base image for all the functions.


    シャッフルモード