basic emr done
This commit is contained in:
parent
02fa630a3c
commit
cea25e75c5
8 changed files with 634 additions and 0 deletions
9
moto/emr/urls.py
Normal file
9
moto/emr/urls.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from .responses import ElasticMapReduceResponse
|
||||
|
||||
url_bases = [
|
||||
"https?://elasticmapreduce.(.+).amazonaws.com",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': ElasticMapReduceResponse().dispatch,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue