moto/moto/dynamodb_v20111205/urls.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
141 B
Python
Raw Normal View History

2013-12-05 11:16:56 +00:00
from .responses import DynamoHandler
url_bases = [r"https?://dynamodb\.(.+)\.amazonaws\.com"]
2013-12-05 11:16:56 +00:00
2015-03-16 12:13:40 +00:00
url_paths = {"{0}/": DynamoHandler.dispatch}