File size: 256 Bytes
643c00a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
**To get a list of REST APIs**

Command::

  aws apigateway get-rest-apis

Output::

  {
      "items": [
          {
              "createdDate": 1438884790, 
              "id": "12s44z21rb", 
              "name": "My First API"
          }
      ]
  }