Adding ECR
This commit is contained in:
parent
584352aaf6
commit
588e211c71
5 changed files with 311 additions and 0 deletions
7
moto/ecr/__init__.py
Normal file
7
moto/ecr/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
from .models import ecr_backends
|
||||
from ..core.models import base_decorator, deprecated_base_decorator
|
||||
|
||||
ecr_backend = ecr_backends['us-east-1']
|
||||
mock_ecr = base_decorator(ecr_backends)
|
||||
mock_ecr_deprecated = deprecated_base_decorator(ecr_backends)
|
||||
Loading…
Add table
Add a link
Reference in a new issue