Created
January 19, 2023 20:38
-
-
Save fernandomullerjr/71cb58d7045e7cf9ddeedcceb352cd80 to your computer and use it in GitHub Desktop.
API GATEWAY - List endpoints
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 get-rest-apis --region us-east-1 | |
| aws apigateway get-rest-apis --region us-east-1 --output table | cat | |
| The DNS name can be constructed from the values of REST API id and the AWS region using the following format: | |
| <id>.execute-api.<region>.amazonaws.com |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testando um comentário na Gist...