boto3
boto3 copied to clipboard
Use importlib for lazy calls
The __import__ is an internal function, meant for use by the Python interpreter and not for general use. It’s better to use importlib.import_module().