Adding sqs queue creation
This commit is contained in:
parent
e261b82f29
commit
89364ed864
12 changed files with 244 additions and 35 deletions
|
|
@ -4,3 +4,4 @@ logging.getLogger('boto').setLevel(logging.CRITICAL)
|
|||
from .dynamodb import mock_dynamodb
|
||||
from .ec2 import mock_ec2
|
||||
from .s3 import mock_s3
|
||||
from .sqs import mock_sqs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue