Completed the CloudWatch Events mocking module and tests.

This commit is contained in:
Justin Wiley 2016-12-01 17:23:51 -08:00
commit db0b494b4f
5 changed files with 367 additions and 47 deletions

View file

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