def lambda_handler(event, context):
config = load config from env variable.
take service names from user input(event)
extract corresponding micro services names mapped to feature name.
check event.methodName to see which function to call next
invoke {event.methodName}Lambda with the data