''' This file is used to list lambda functions and event mappings ''' from libs.aws_lambda import * def step_lambda_list_functions(): list_functions() def step_lambda_list_event_source_mappings(): list_event_source_mappings()