a507314d45
* 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
6 lines
155 B
Python
6 lines
155 B
Python
from .models import ram_backends
|
|
from ..core.models import base_decorator
|
|
|
|
ram_backend = ram_backends["us-east-1"]
|
|
mock_ram = base_decorator(ram_backends)
|