moto/moto/ec2/urls.py
2021-10-18 19:44:29 +00:00

7 lines
140 B
Python

from .responses import EC2Response
url_bases = [r"https?://ec2\.(.+)\.amazonaws\.com(|\.cn)"]
url_paths = {"{0}/": EC2Response.dispatch}