Updating the list of urls the SSM moto will match to include china

This commit is contained in:
Alan Alexander 2018-12-19 15:02:36 -08:00
commit 36b0117eec
2 changed files with 13 additions and 0 deletions

View file

@ -3,6 +3,7 @@ from .responses import SimpleSystemManagerResponse
url_bases = [
"https?://ssm.(.+).amazonaws.com",
"https?://ssm.(.+).amazonaws.com.cn",
]
url_paths = {