Add support for CloudFormation resource AWS::StepFunctions::StateMachine (#3429)
Closes #3402 Co-authored-by: Bert Blommers <bblommers@users.noreply.github.com>
This commit is contained in:
parent
53c3eb6240
commit
171130fe7b
3 changed files with 95 additions and 3 deletions
|
|
@ -38,6 +38,7 @@ from moto.s3 import models as s3_models, s3_backend # noqa
|
|||
from moto.s3.utils import bucket_and_name_from_url
|
||||
from moto.sns import models as sns_models # noqa
|
||||
from moto.sqs import models as sqs_models # noqa
|
||||
from moto.stepfunctions import models as stepfunctions_models # noqa
|
||||
|
||||
# End ugly list of imports
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue