Athena - implementing first two endpoints (#2506)

This implements create_work_group() and list_work_groups()
This commit is contained in:
Jack Danger 2019-10-22 14:37:29 -07:00 committed by GitHub
commit 4d0099499f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 213 additions and 1 deletions

View file

@ -7,6 +7,7 @@ __version__ = '1.3.14.dev'
from .acm import mock_acm # flake8: noqa
from .apigateway import mock_apigateway, mock_apigateway_deprecated # flake8: noqa
from .athena import mock_athena # flake8: noqa
from .autoscaling import mock_autoscaling, mock_autoscaling_deprecated # flake8: noqa
from .awslambda import mock_lambda, mock_lambda_deprecated # flake8: noqa
from .cloudformation import mock_cloudformation, mock_cloudformation_deprecated # flake8: noqa