lambda update for get function and broken error handling in ec2
This commit is contained in:
@@ -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])
|
||||
Reference in New Issue
Block a user