lambda update for get function and broken error handling in ec2

This commit is contained in:
carnal0wnage
2018-04-24 21:10:30 -04:00
parent 39b86b431d
commit a5adb1def9
3 changed files with 136 additions and 38 deletions

View File

@@ -10,3 +10,11 @@ def module_lambda_list_functions():
def module_lambda_list_event_source_mappings():
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
'''
lambda_get_function(text[0][0], text[0][1])