Athena - implementing first two endpoints (#2506)
This implements create_work_group() and list_work_groups()
This commit is contained in:
parent
a05c7da3bb
commit
4d0099499f
9 changed files with 213 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue