Skip to content

Commit

Permalink
Remove Invalid Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die authored Aug 26, 2024
1 parent 2f78e69 commit 0ac3b14
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,9 @@ aws apigateway get-usage --usage-plan-id <plan_id> --start-date 2023-07-01 --end
{% tab title="apigatewayv2" %}
```bash
# Generic info
aws apigatewayv2 get-account --
aws apigatewayv2 get-domain-names
aws apigatewayv2 get-domain-name --domain-name <name>
aws apigatewayv2 get-usage-plans --
aws apigatewayv2 get-vpc-links
aws apigatewayv2 get-client-certificates --

# Enumerate APIs
aws apigatewayv2 get-apis # This will also show the resource policy (if any)
Expand Down

0 comments on commit 0ac3b14

Please sign in to comment.