lambda_helper Lambda class does not support update_function_configuration
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!
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.
Is there any update on this @trungleduc @martinRenou?
@trungleduc @martinRenou any chance this gets done in short term time?
Trung and I are not working on sagemaker anymore :) You should probably contact sagemaker developers