pep8 and documentation
This commit is contained in:
@@ -5,7 +5,16 @@ from libs.dynamodb import *
|
||||
|
||||
|
||||
def module_dynamodb_list_tables():
|
||||
'''
|
||||
DynamoDB list tables
|
||||
python3 weirdAAL.py -m dynamodb_list_tables -t demo
|
||||
'''
|
||||
list_dynamodb_tables()
|
||||
|
||||
|
||||
def module_dynamodb_list_tables_detailed():
|
||||
'''
|
||||
DynamoDB list tables detailed - also tries decribe_tables on each table
|
||||
python3 weirdAAL.py -m dynamodb_list_tables_detailed -t demo
|
||||
'''
|
||||
list_dynamodb_tables_detailed()
|
||||
|
||||
Reference in New Issue
Block a user