Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 351 Bytes

4-api-gateway.md

File metadata and controls

19 lines (12 loc) · 351 Bytes

API Gateway Configuration

API Type

  • HTTP API with $default stage.
  • Route: POST /predict

Integration

  • Integration Target: Lambda yolopredict
  • Auto deploys changes (HTTP APIs).

Access URL Format

https://<api-id>.execute-api.<region>.amazonaws.com/predict

Note: $default stage means no stage path needed.