2019-09-02 15:26:40 +00:00
|
|
|
from .responses import StepFunctionResponse
|
|
|
|
|
2021-10-08 10:03:05 +00:00
|
|
|
url_bases = [r"https?://states\.(.+)\.amazonaws.com"]
|
2019-09-02 15:26:40 +00:00
|
|
|
|
2019-10-31 15:44:26 +00:00
|
|
|
url_paths = {"{0}/$": StepFunctionResponse.dispatch}
|