Examtopics

AWS Certified Data Engineer - Associate
  • Topic 1 Question 191

    A data engineer maintains custom Python scripts that perform a data formatting process that many AWS Lambda functions use. When the data engineer needs to modify the Python scripts, the data engineer must manually update all the Lambda functions.

    The data engineer requires a less manual way to update the Lambda functions.

    Which solution will meet this requirement?

    • Store the custom Python scripts in a shared Amazon S3 bucket. Store a pointer to the custom scripts in the execution context object.

    • Package the custom Python scripts into Lambda layers. Apply the Lambda layers to the Lambda functions.

    • Store the custom Python scripts in a shared Amazon S3 bucket. Store a pointer to the customer scripts in environment variables.

    • Assign the same alias to each Lambda function. Call each Lambda function by specifying the function's alias.


    シャッフルモード