Skip to content

Instantly share code, notes, and snippets.

@fernandomullerjr
Created January 19, 2023 20:38
Show Gist options
  • Select an option

  • Save fernandomullerjr/71cb58d7045e7cf9ddeedcceb352cd80 to your computer and use it in GitHub Desktop.

Select an option

Save fernandomullerjr/71cb58d7045e7cf9ddeedcceb352cd80 to your computer and use it in GitHub Desktop.
API GATEWAY - List endpoints
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
@fernandomullerjr
Copy link
Author

Testando um comentário na Gist...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment