moto/moto/dynamodb/urls.py

5 lines
100 B
Python

from .responses import handler
urls = {
"https://dynamodb.us-east-1.amazonaws.com/": handler,
}