module documentation

Undocumented

Function combine_payload this will be an array of payloads from however many steps were in the Parallel state. In this case, it combines these outputs into one large payload.
Function lambda_handler Undocumented
def combine_payload(event): (source)

Takes payload from event. If previous "step" was a Parallel state,
this will be an array of payloads from however many steps were in the Parallel state. In this case, it combines these outputs into one large payload.
Args:
event (dict): object passed to the Lambda

def lambda_handler(event, context): (source)

Undocumented