Forked from mikaelvesavuori/aws-apigw-delete-base-path-mapping.sh
Created
February 12, 2021 21:14
-
-
Save ryangraham/a043556874de8393f182db74dddd9bd8 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