moto/moto/cloudformation/urls.py
2019-10-31 10:36:05 -07:00

7 lines
202 B
Python

from __future__ import unicode_literals
from .responses import CloudFormationResponse
url_bases = ["https?://cloudformation.(.+).amazonaws.com"]
url_paths = {"{0}/$": CloudFormationResponse.dispatch}