refactor ec2 response structure
This commit is contained in:
parent
1d42cc3f53
commit
568d99dd42
5 changed files with 65 additions and 39 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from .responses import instances
|
||||
from .responses import EC2Response
|
||||
|
||||
urls = {
|
||||
"https://ec2.us-east-1.amazonaws.com/": instances,
|
||||
"https://ec2.us-east-1.amazonaws.com/": EC2Response().dispatch,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue