Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 405

    A developer uses an AWS Lambda function in an application to edit users' uploaded photos. The developer needs to update the Lambda function code and needs to test the updates.

    For testing, the developer must divide the user traffic between the original version of the Lambda function and the new version of the Lambda function.

    Which combination of steps will meet these requirements?

    2 つ選択
    • Publish a version of the original Lambda function. Make the necessary changes to the Lambda code. Publish a new version of the Lambda function.

    • Use AWS CodeBuild to detect updates to the Lambda function. Configure CodeBuild to incrementally shift traffic from the original version of the Lambda function to the new version of the Lambda function.

    • Update the original version of the Lambda function to add a function URL. Make the necessary changes to the Lambda code. Publish another function URL for the updated Lambda code.

    • Create an alias that points to the original version of the Lambda function. Configure the alias to be a weighted alias that also includes the new version of the Lambda function. Divide traffic between the two versions.

    • Create an alias that points to the original function URL. Configure the alias to be a weighted alias that also includes the additional function URL. Divide traffic between the two function URLs.


    シャッフルモード