Add basic SNS support.

This commit is contained in:
Steve Pulec 2014-05-11 22:56:44 -04:00
commit 216750c05b
10 changed files with 517 additions and 0 deletions

View file

@ -12,6 +12,7 @@ from .iam import mock_iam
from .s3 import mock_s3
from .s3bucket_path import mock_s3bucket_path
from .ses import mock_ses
from .sns import mock_sns
from .sqs import mock_sqs
from .sts import mock_sts
from .route53 import mock_route53