2019-09-02 16:26:40 +01:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
from .models import stepfunction_backends
|
|
|
|
from ..core.models import base_decorator
|
|
|
|
|
2019-10-31 08:44:26 -07:00
|
|
|
stepfunction_backend = stepfunction_backends["us-east-1"]
|
2019-09-02 16:26:40 +01:00
|
|
|
mock_stepfunctions = base_decorator(stepfunction_backends)
|