You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)