pep8 fixes

This commit is contained in:
carnal0wnage
2018-04-24 21:40:16 -04:00
parent a5adb1def9
commit 53c89be8dd
3 changed files with 63 additions and 22 deletions

View File

@@ -13,8 +13,15 @@ def module_lambda_list_event_source_mappings():
def module_lambda_get_function(*text):
'''
get specfied function. Takes function name from list_functions and region the function exists in
'''
get specfied function. Takes function name from list_functions and region the function exists in
python3 weirdAAL.py -m lambda_get_function -a 'MY_LAMBDA_FUNCTION','us-west-2' -t yolo
'''
lambda_get_function(text[0][0], text[0][1])
'''
lambda_get_function(text[0][0], text[0][1])
def module_lambda_get_account_settings():
'''
Returns a customer's account settings.
'''
lambda_get_account_settings()