module documentation
Undocumented
| Class | |
No class docstring; 0/5 instance variable, 5/7 methods documented |
| Function | convert |
Create Lambda from Step |
| Function | crawl |
Create the Graph of Steps |
| Variable | logger |
Undocumented |
| Function | _default |
Undocumented |
def convert_step_to_lambda(step:
Step, generate_step_name: Callable[ [ Step], str]) -> LambdaStep:
(source)
¶
Create Lambda from Step
- Args:
- step (Step): The
Stepto convert to a lambda generate_step_name (callable): Generates the ARN of the Lambda from the step
Create the Graph of Steps
- Args:
- graph (DiGraph): The graph to populate with Steps
step (Step): The
Stepto add to the graph