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:
Brian Pandola 2020-11-02 03:53:03 -08:00 committed by GitHub
commit 171130fe7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 95 additions and 3 deletions

View file

@ -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