From c1180d6e457afe75fcfdf2c4f7bfea99ca23698f Mon Sep 17 00:00:00 2001 From: Matthew Davis <7035647+mdavis-xyz@users.noreply.github.com> Date: Fri, 15 Jan 2021 22:09:06 +1100 Subject: [PATCH] add mock_stepfunctions to top-level README (#3589) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 250294ef..1eccf7a5 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ It gets even better! Moto isn't just for Python code and it isn't just for S3. L | SNS | @mock_sns | all endpoints done | | | SQS | @mock_sqs | core endpoints done | | | SSM | @mock_ssm | core endpoints done | | +| Step Functions | @mock_stepfunctions | core endpoints done | | | STS | @mock_sts | core endpoints done | | | SWF | @mock_swf | basic endpoints done | | | X-Ray | @mock_xray | all endpoints done | |