add mock_stepfunctions to top-level README (#3589)

This commit is contained in:
Matthew Davis 2021-01-15 22:09:06 +11:00 committed by GitHub
parent 8befcb6a48
commit c1180d6e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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