Merge pull request #1174 from terrycain/acm

ACM Implementation
This commit is contained in:
Jack Danger 2017-09-25 14:36:08 -07:00 committed by GitHub
commit 8e79fadb0f
18 changed files with 1251 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import logging
__title__ = 'moto'
__version__ = '1.0.1'
from .acm import mock_acm # flake8: noqa
from .apigateway import mock_apigateway, mock_apigateway_deprecated # flake8: noqa
from .autoscaling import mock_autoscaling, mock_autoscaling_deprecated # flake8: noqa
from .awslambda import mock_lambda, mock_lambda_deprecated # flake8: noqa