moto/moto/ram
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
..
__init__.py RAM - implement CRUD endpoints (#3158) 2020-07-21 14:15:13 +01:00
exceptions.py RAM - implement CRUD endpoints (#3158) 2020-07-21 14:15:13 +01:00
models.py RAM - implement CRUD endpoints (#3158) 2020-07-21 14:15:13 +01:00
responses.py RAM - implement CRUD endpoints (#3158) 2020-07-21 14:15:13 +01:00
urls.py RAM - implement CRUD endpoints (#3158) 2020-07-21 14:15:13 +01:00