dml_util.runners.cloudformation#

Classes

CfnRunner(config, input)

Runner for CloudFormation templates.

class dml_util.runners.cloudformation.CfnRunner(config, input)[source]#

Bases: RunnerBase

Runner for CloudFormation templates.

Parameters:
describe_stack(client, name, StackId)[source]#
fmt(stack_id, status, raw_status)[source]#
classmethod funkify(**data)[source]#
submit(client)[source]#
update(state)[source]#

Update the state and return the new state, message, and response.

The gc method is called if and only if the returned state is None.