Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from .responses import StepFunctionResponse
url_bases = [r"https?://states\.(.+)\.amazonaws.com"]
url_paths = {"{0}/$": StepFunctionResponse.dispatch}