DMS - basic task replication methods implementation (#3900)
* DMS - basic task replication methods implementation * Add ResourceNotFoundFault tests
This commit is contained in:
parent
f76571199f
commit
cf3cf8b134
12 changed files with 596 additions and 5 deletions
|
|
@ -21,6 +21,7 @@ BACKENDS = {
|
|||
"config": ("config", "config_backends"),
|
||||
"datapipeline": ("datapipeline", "datapipeline_backends"),
|
||||
"datasync": ("datasync", "datasync_backends"),
|
||||
"dms": ("dms", "dms_backends"),
|
||||
"dynamodb": ("dynamodb", "dynamodb_backends"),
|
||||
"dynamodb2": ("dynamodb2", "dynamodb_backends2"),
|
||||
"dynamodbstreams": ("dynamodbstreams", "dynamodbstreams_backends"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue