module documentation

Undocumented

Class Pipeline No class docstring; 0/5 instance variable, 5/7 methods documented
Function convert_step_to_lambda Create Lambda from Step
Function crawl_back Create the Graph of Steps
Variable logger Undocumented
Function _default_lambda_name Undocumented
def convert_step_to_lambda(step: Step, generate_step_name: Callable[[Step], str]) -> LambdaStep: (source)

Create Lambda from Step

Args:
step (Step): The Step to convert to a lambda generate_step_name (callable): Generates the ARN of the Lambda from the step
def crawl_back(graph: nx.DiGraph, step: Step): (source)

Create the Graph of Steps

Args:
graph (DiGraph): The graph to populate with Steps step (Step): The Step to add to the graph

Undocumented

def _default_lambda_name(s: Step) -> str: (source)

Undocumented