Files
weirdAAL/modules/aws_lambda.py
2018-04-16 15:08:43 -04:00

13 lines
238 B
Python

'''
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()