Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
apigateway
📤 Upload
📝 New File
📁 New Folder
Close
Editing: get-base-path-mapping.rst
**To get the base path mapping for a custom domain name** Command:: aws apigateway get-base-path-mapping --domain-name subdomain.domain.tld --base-path v1 Output:: { "basePath": "v1", "restApiId": "1234w4321e", "stage": "api" }
Save
Cancel