from .responses import DynamoHandler url_bases = [r"https?://dynamodb\.(.+)\.amazonaws\.com"] url_paths = {"{0}/": DynamoHandler.dispatch}
Memory