building out new RDS2 Mock.
completed: * create_db_instance() * create_option_group()
This commit is contained in:
parent
babb7450ec
commit
8c16517f10
8 changed files with 1105 additions and 0 deletions
10
moto/rds2/urls.py
Normal file
10
moto/rds2/urls.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from __future__ import unicode_literals
|
||||
from .responses import RDS2Response
|
||||
|
||||
url_bases = [
|
||||
"https?://rds.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': RDS2Response().dispatch,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue