Step Functions - State Machines methods
This commit is contained in:
parent
d4aa55760c
commit
af4082f38e
10 changed files with 538 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ from moto.secretsmanager import secretsmanager_backends
|
|||
from moto.sns import sns_backends
|
||||
from moto.sqs import sqs_backends
|
||||
from moto.ssm import ssm_backends
|
||||
from moto.stepfunctions import stepfunction_backends
|
||||
from moto.sts import sts_backends
|
||||
from moto.swf import swf_backends
|
||||
from moto.xray import xray_backends
|
||||
|
|
@ -91,6 +92,7 @@ BACKENDS = {
|
|||
'sns': sns_backends,
|
||||
'sqs': sqs_backends,
|
||||
'ssm': ssm_backends,
|
||||
'stepfunctions': stepfunction_backends,
|
||||
'sts': sts_backends,
|
||||
'swf': swf_backends,
|
||||
'route53': route53_backends,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue