建立 API
到 API Gateway 建立一個 REST API。
- API name:
HTTPProxyAPI
建立 resource 如下:
- Resource path:
/
- Resource name:
{proxy+}
建立 method 如下:
- Method type:
ANY
- 啟用
HTTP proxy integration
功能 - Endpoint URL: http://petstore-demo-endpoint.execute-api.com/{proxy}
部署
點選 Deploy API 按鈕,並建立 stage 如下:
- Stage name:
test
測試
點選 Test
頁籤,進行測試:
- Method type:
GET
- Path:
petstore/pets
- Query strings:
type=fish
點選 Test
按鈕。
或使用 curl 測試。
1 | curl -X GET 'https://xxx.execute-api.ap-northeast-1.amazonaws.com/test/petstore/pets' |
回應如下:
1 | [ |