Created
December 18, 2019 13:38
-
-
Save mikaelvesavuori/95fe271af6750f0caeb3400254e7f1d5 to your computer and use it in GitHub Desktop.
AWS API Gateway: Delete base path mapping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aws apigateway delete-base-path-mapping --domain-name domain.tld --base-path "(none)" | |
| # Reference: https://docs.aws.amazon.com/cli/latest/reference/apigateway/delete-base-path-mapping.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment