11 lines
234 B
Python
11 lines
234 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
|
|
URL_MAPPING = {
|
|
"NA": "https://advertising-api.amazon.com/",
|
|
"EU": "https://advertising-api-eu.amazon.com/",
|
|
"FE": "https://advertising-api-fe.amazon.com/",
|
|
}
|