feat: added apigw rest api

This commit is contained in:
KenF
2026-01-20 12:56:06 +08:00
parent 3349dd9346
commit 2106f0efca
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
#RESTYPE=ApiGateway
# Generate inventory in all regions
echo "RestAPI,Scope"
aws apigateway get-rest-apis | jq -cr '.items[] | [.name, .endpointConfiguration.types[0]] | @csv'