Updating the list of urls the SSM moto will match to include china
This commit is contained in:
parent
ed861ecae1
commit
36b0117eec
2 changed files with 13 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ from .responses import SimpleSystemManagerResponse
|
|||
|
||||
url_bases = [
|
||||
"https?://ssm.(.+).amazonaws.com",
|
||||
"https?://ssm.(.+).amazonaws.com.cn",
|
||||
]
|
||||
|
||||
url_paths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue