base rest api endpoints.
This commit is contained in:
parent
2d471ecf9d
commit
45f92fb4c7
10 changed files with 208 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ logging.getLogger('boto').setLevel(logging.CRITICAL)
|
|||
__title__ = 'moto'
|
||||
__version__ = '0.4.22'
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue