Basic ELB support
This commit is contained in:
parent
421a5e60af
commit
b40d3a5629
7 changed files with 392 additions and 0 deletions
9
moto/elb/urls.py
Normal file
9
moto/elb/urls.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from .responses import ELBResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://elasticloadbalancing.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': ELBResponse().dispatch,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue