Basic AWS Config service support.
This commit is contained in:
parent
09855801ba
commit
bc116ab750
9 changed files with 1043 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ from moto.iot import iot_backends
|
|||
from moto.iotdata import iotdata_backends
|
||||
from moto.batch import batch_backends
|
||||
from moto.resourcegroupstaggingapi import resourcegroupstaggingapi_backends
|
||||
|
||||
from moto.config import config_backends
|
||||
|
||||
BACKENDS = {
|
||||
'acm': acm_backends,
|
||||
|
|
@ -57,6 +57,7 @@ BACKENDS = {
|
|||
'cloudwatch': cloudwatch_backends,
|
||||
'cognito-identity': cognitoidentity_backends,
|
||||
'cognito-idp': cognitoidp_backends,
|
||||
'config': config_backends,
|
||||
'datapipeline': datapipeline_backends,
|
||||
'dynamodb': dynamodb_backends,
|
||||
'dynamodb2': dynamodb_backends2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue