Completed the CloudWatch Events mocking module and tests.
This commit is contained in:
parent
d0def03c4c
commit
db0b494b4f
5 changed files with 367 additions and 47 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue