moto/moto/dynamodbstreams/__init__.py
2021-10-18 19:44:29 +00:00

6 lines
215 B
Python

from .models import dynamodbstreams_backends
from ..core.models import base_decorator
dynamodbstreams_backend = dynamodbstreams_backends["us-east-1"]
mock_dynamodbstreams = base_decorator(dynamodbstreams_backends)