Skip to content

Commit

Permalink
Merge pull request #84 from h00die/remove_invalid_api_gatewayv2_commands
Browse files Browse the repository at this point in the history
Remove Invalid awsgatewayv2 Commands
  • Loading branch information
carlospolop authored Aug 27, 2024
2 parents f71de76 + 0ac3b14 commit 24eb2c9
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 24eb2c9

Please sign in to comment.