2022-06-04 11:30:16 +00:00

10 lines
267 B
Python

from .models import dynamodb_backends
from ..core.models import base_decorator
"""
An older API version of DynamoDB.
Please see the corresponding tests (tests/test_dynamodb_v20111205) on how to invoke this API.
"""
mock_dynamodb = base_decorator(dynamodb_backends)