Commit Graph

14 Commits

Author SHA1 Message Date
Bert Blommers
dda6e573dd
Techdebt: MyPy RAM (#6202) 2023-04-11 21:02:22 +00:00
Bert Blommers
2093a99485
Techdebt: Replace string-format with f-strings (for r* dirs) (#5691) 2022-11-20 12:23:43 -01:00
Bert Blommers
ea8718d402
TechDebt: Move BackendDict to base_backend (#5645) 2022-11-10 08:43:20 -01:00
Bert Blommers
aa7d68a688
Feature: Ability to seed Moto, and make random ID's deterministic (#5492) 2022-09-28 09:35:12 +00:00
Bert Blommers
3d913f8f15
MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
Bert Blommers
79a2a9d423
Preparation for MultiAccount support (#5157) 2022-06-04 11:30:16 +00:00
Brian Pandola
07b7d77611 Fix Ram/Organizations interop
Pagination was added to Organizations:ListOrganizationalUnitsForParent, which
necessitated a change to the internal backend method call/response.

NOTE: We probably want to lift the pagination decorator up to the response
layer.  Calls between moto backends should not be concerned with pagination
at all, ideally; but this fix is the simplest solution for now.
2022-05-13 22:12:18 -07:00
Thomas Rausch
e911341e6a
add indirection to access account id (#5098) 2022-05-08 22:25:40 +00:00
Bert Blommers
29d01c35bc
Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
Bert Blommers
d118d592ca
Pylint remaining source code (#4760) 2022-01-14 18:51:49 -01:00
Bert Blommers
cf87e75d6e
Feature: Mock region (#4699) 2021-12-24 20:02:45 -01:00
Bert Blommers
14a69c7524
Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
Bert Blommers
0b9f5adec2
Tech debt - Fix more URL regexes (#4380) 2021-10-08 10:03:05 +00:00
Anton Grübel
a507314d45
RAM - implement CRUD endpoints (#3158)
* Add ram.create_resource_share

* Add ram.get_resource_shares

* Add ram.update_resource_share

* Add ram.delete_resource_share

* Add ram.enable_sharing_with_aws_organization

* Fix server tests

* Add CR suggestions
2020-07-21 14:15:13 +01:00