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!