feat: added apigw rest api
This commit is contained in:
Executable
+7
@@ -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'
|
||||||
Reference in New Issue
Block a user