Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ryangraham/a043556874de8393f182db74dddd9bd8 to your computer and use it in GitHub Desktop.
Save ryangraham/a043556874de8393f182db74dddd9bd8 to your computer and use it in GitHub Desktop.
AWS API Gateway: Delete base path mapping
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