/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ moto
/ rdsdata
/ urls.py
Run
Starting...
Stop
View File
Save
"""rdsdata base URL and path.""" from .responses import RDSDataServiceResponse url_bases = [ r"https?://rds-data\.(.+)\.amazonaws\.com", ] response = RDSDataServiceResponse() url_paths = { "{0}/Execute$": response.dispatch, }
Memory