changing from step to module
This commit is contained in:
@@ -4,9 +4,9 @@ This file is used to list lambda functions and event mappings
|
||||
from libs.aws_lambda import *
|
||||
|
||||
|
||||
def step_lambda_list_functions():
|
||||
def module_lambda_list_functions():
|
||||
list_functions()
|
||||
|
||||
|
||||
def step_lambda_list_event_source_mappings():
|
||||
def module_lambda_list_event_source_mappings():
|
||||
list_event_source_mappings()
|
||||
|
||||
Reference in New Issue
Block a user