2022-06-04 11:30:16 +00:00
|
|
|
from .models import dynamodb_backends
|
2022-05-11 20:18:35 +00:00
|
|
|
from ..core.models import base_decorator
|
2022-03-09 16:57:25 -01:00
|
|
|
|
|
|
|
|
"""
|
|
|
|
|
An older API version of DynamoDB.
|
|
|
|
|
Please see the corresponding tests (tests/test_dynamodb_v20111205) on how to invoke this API.
|
|
|
|
|
"""
|
|
|
|
|
|
2022-06-04 11:30:16 +00:00
|
|
|
mock_dynamodb = base_decorator(dynamodb_backends)
|