File size: 420 Bytes
643c00a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
**To get a list of resources for a REST API**

Command::

  aws apigateway get-resources --rest-api-id 1234123412

Output::

  {
      "items": [
          {
              "path": "/resource/subresource", 
              "resourceMethods": {
                  "POST": {}
              }, 
              "id": "024ace", 
              "pathPart": "subresource", 
              "parentId": "ai5b02"
          }
      ]
  }