Merge in autoscaling

This commit is contained in:
Steve Pulec 2013-07-27 16:24:38 -04:00
commit d57157e749
12 changed files with 1165 additions and 0 deletions

View file

@ -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,