Logo
Explore Help
Register Sign In
Yasuke/moto
1
0
Fork 0
You've already forked moto
Code Issues Pull Requests Packages Projects Releases Wiki Activity
moto/moto/organizations/urls.py

6 lines
163 B
Python
Raw Normal View History

add support for AWS Organizations endpoints covers so far: - create_organization - describe_organization - create_account - describe_account - list_accounts all tests passing. could use some advise from maintaners.
2018-07-14 11:35:37 -07:00
from .responses import OrganizationsResponse
Fix regex URLs so that a dot is actually interpreted as a dot (#4110)
2021-08-28 13:42:45 +01:00
url_bases = [r"https?://organizations\.(.+)\.amazonaws\.com"]
add support for AWS Organizations endpoints covers so far: - create_organization - describe_organization - create_account - describe_account - list_accounts all tests passing. could use some advise from maintaners.
2018-07-14 11:35:37 -07:00
Run black on moto & test directories.
2019-10-31 08:44:26 -07:00
url_paths = {"{0}/$": OrganizationsResponse.dispatch}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 783ms Template: 28ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API