List of questions
Related questions
Question 17 - DEA-C01 discussion
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 a pointer to the custom Python scripts in the execution context object in a shared Amazon S3 bucket.
Package the custom Python scripts into Lambda layers. Apply the Lambda layers to the Lambda functions.
Store a pointer to the custom Python scripts in environment variables in a shared Amazon S3 bucket.
Assign the same alias to each Lambda function. Call reach Lambda function by specifying the function's alias.
0 comments
Leave a comment first