pep8 and documentation
This commit is contained in:
@@ -5,10 +5,18 @@ from libs.aws_lambda import *
|
||||
|
||||
|
||||
def module_lambda_list_functions():
|
||||
'''
|
||||
List Lambda functions
|
||||
python3 weirdAAL.py -m lambda_list_functions -t demo
|
||||
'''
|
||||
list_functions()
|
||||
|
||||
|
||||
def module_lambda_list_event_source_mappings():
|
||||
'''
|
||||
List Lambda event source mappings
|
||||
python3 weirdAAL.py -m lambda_list_event_source_mappings -t demo
|
||||
'''
|
||||
list_event_source_mappings()
|
||||
|
||||
|
||||
@@ -23,5 +31,6 @@ def module_lambda_get_function(*text):
|
||||
def module_lambda_get_account_settings():
|
||||
'''
|
||||
Returns a customer's account settings.
|
||||
python3 weirdAAL.py -m lambda_get_account_settings -t demo
|
||||
'''
|
||||
lambda_get_account_settings()
|
||||
|
||||
Reference in New Issue
Block a user