Merge pull request #558 from spulec/apigateway

Apigateway
This commit is contained in:
Steve Pulec 2016-03-05 18:07:20 -05:00
commit aebc7c8ea3
10 changed files with 1081 additions and 2 deletions

View file

@ -5,6 +5,7 @@ logging.getLogger('boto').setLevel(logging.CRITICAL)
__title__ = 'moto'
__version__ = '0.4.23'
from .apigateway import mock_apigateway # flake8: noqa
from .autoscaling import mock_autoscaling # flake8: noqa
from .awslambda import mock_lambda # flake8: noqa
from .cloudformation import mock_cloudformation # flake8: noqa