First version of datapipelines.

This commit is contained in:
Steve Pulec 2015-09-16 10:00:38 -04:00
commit 95169c6011
9 changed files with 371 additions and 0 deletions

View file

@ -8,6 +8,7 @@ __version__ = '0.4.12'
from .autoscaling import mock_autoscaling # flake8: noqa
from .cloudformation import mock_cloudformation # flake8: noqa
from .cloudwatch import mock_cloudwatch # flake8: noqa
from .datapipeline import mock_datapipeline # flake8: noqa
from .dynamodb import mock_dynamodb # flake8: noqa
from .dynamodb2 import mock_dynamodb2 # flake8: noqa
from .ec2 import mock_ec2 # flake8: noqa