Fix services to work better with other regions. Closes #17.
This commit is contained in:
parent
d96769a91c
commit
8fe0c91853
4 changed files with 12 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from .responses import handler
|
||||
|
||||
url_bases = [
|
||||
"https?://dynamodb.us-east-1.amazonaws.com",
|
||||
"https?://dynamodb.(.+).amazonaws.com",
|
||||
"https?://sts.amazonaws.com",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue