4d0ee82f98
* support - intial commit to kick off trusted advisor checks * edit - expanded testing to include checking for expected check ids and check names. Added server testing added support resource json to manifest file and simplified support response return from reviewed comments * Streamline loading of resource files * edit - ensured regions are assigned in models Co-authored-by: Bert Blommers <info@bertblommers.nl>
7 lines
215 B
Python
7 lines
215 B
Python
from __future__ import unicode_literals
|
|
from .models import support_backends
|
|
from ..core.models import base_decorator
|
|
|
|
support_backend = support_backends["us-east-1"]
|
|
mock_support = base_decorator(support_backends)
|