sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

lambda_helper Lambda class does not support update_function_configuration

Open roudy-touma opened this issue 3 years ago • 4 comments

lambda_helper Documentation link

The update method of the Lambda class that provides boto3 wrappers currently only supports lambda_client.update_function_code

Is it possible to add support for lambda_client.update_function_configuration so that it would be easier to update the lambda configuration using the Lambda class (Timeout, Memory, etc.)

Thank you!

roudy-touma avatar Oct 27 '22 11:10 roudy-touma

This will be great to have. For example, when the value of an environment variable changes, we can't use the upsert() function because it only updates the function code but ignores everything else.

svpino avatar Oct 05 '23 13:10 svpino

Is there any update on this @trungleduc @martinRenou?

fjpa121197 avatar Oct 23 '23 20:10 fjpa121197

@trungleduc @martinRenou any chance this gets done in short term time?

fjpa121197 avatar May 18 '24 22:05 fjpa121197

Trung and I are not working on sagemaker anymore :) You should probably contact sagemaker developers

martinRenou avatar May 21 '24 09:05 martinRenou