moto/moto/cloudformation/__init__.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
210 B
Python
Raw Normal View History

from ..core.models import base_decorator
from .models import cloudformation_backends
2014-11-15 14:21:58 -05:00
cloudformation_backend = cloudformation_backends["us-east-1"]
2017-02-12 00:22:29 -05:00
mock_cloudformation = base_decorator(cloudformation_backends)