Add moto reset API.

This commit is contained in:
Steve Pulec 2017-02-20 18:25:10 -05:00
commit cb28eeefbb
6 changed files with 71 additions and 3 deletions

View file

@ -2,7 +2,7 @@ from __future__ import unicode_literals
from .responses import SNSResponse
url_bases = [
"https?://sns.(.+).amazonaws.com"
"https?://sns.(.+).amazonaws.com",
]
url_paths = {