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

List resources (REST API)

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026