aws-api-gateway
Installation
SKILL.md
AWS API Gateway
Manage REST and HTTP APIs.
List REST APIs
aws apigateway get-rest-apis --query 'items[].{Id:id,Name:name,Created:createdDate}' --output table
List HTTP APIs (v2)
aws apigatewayv2 get-apis --query 'Items[].{Id:ApiId,Name:Name,Endpoint:ApiEndpoint,Protocol:ProtocolType}' --output table