envs_1 / data /lib /python3.10 /site-packages /awscli /examples /apigateway /create-base-path-mapping.rst
| **To create the base path mapping for a custom domain name** | |
| Command:: | |
| aws apigateway create-base-path-mapping --domain-name subdomain.domain.tld --rest-api-id 1234123412 --stage prod --base-path v1 | |