moto/moto/cloudformation/__init__.py

6 lines
210 B
Python

from .models import cloudformation_backends
from ..core.models import base_decorator
cloudformation_backend = cloudformation_backends["us-east-1"]
mock_cloudformation = base_decorator(cloudformation_backends)