Merge in autoscaling
This commit is contained in:
parent
674a85ba0b
commit
d57157e749
12 changed files with 1165 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from moto.autoscaling import autoscaling_backend
|
||||
from moto.dynamodb import dynamodb_backend
|
||||
from moto.ec2 import ec2_backend
|
||||
from moto.elb import elb_backend
|
||||
|
|
@ -7,6 +8,7 @@ from moto.sqs import sqs_backend
|
|||
from moto.sts import sts_backend
|
||||
|
||||
BACKENDS = {
|
||||
'autoscaling': autoscaling_backend,
|
||||
'dynamodb': dynamodb_backend,
|
||||
'ec2': ec2_backend,
|
||||
'elb': elb_backend,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue