Add scaffolding for Glue service, including create_database and get_database for the Glue Data Catalog

This commit is contained in:
TheDooner64 2018-07-10 13:50:47 -04:00
commit 77f0a61c9f
10 changed files with 111 additions and 4 deletions

View file

@ -24,6 +24,7 @@ from .elbv2 import mock_elbv2 # flake8: noqa
from .emr import mock_emr, mock_emr_deprecated # flake8: noqa
from .events import mock_events # flake8: noqa
from .glacier import mock_glacier, mock_glacier_deprecated # flake8: noqa
from .glue import mock_glue # flake8: noqa
from .iam import mock_iam, mock_iam_deprecated # flake8: noqa
from .kinesis import mock_kinesis, mock_kinesis_deprecated # flake8: noqa
from .kms import mock_kms, mock_kms_deprecated # flake8: noqa