Merge in autoscaling
This commit is contained in:
parent
674a85ba0b
commit
d57157e749
12 changed files with 1165 additions and 0 deletions
9
moto/autoscaling/urls.py
Normal file
9
moto/autoscaling/urls.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from .responses import AutoScalingResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://autoscaling.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': AutoScalingResponse().dispatch,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue