Please enable JavaScript.
Coggle requires JavaScript to display documents.
API Gateway - Coggle Diagram
API Gateway
Caching
TTL: 300s (default); min: 0, max: 3600
-
-
-
-
-
Integartion types
-
HTTP/AWS
mapping template for req, res
-
rename/modify querystring,
body, add header
-
-
-
WebSocket
-
-
-
Routing
action
$connect | $disconnect | $default
join | quit | delete
routing expr: $request.body.action
-> backend function
-
Logging & tracing
CloudWatch Logs: req/res; ERROR,DEBUG,INFO;
can overrride per API
-
CloudWatch Metrics:
CacheHitCount & CacheMissCount,
IntegrationLatency, Latency
-
Security
Authen
IAM role, cognito, custom
-
-
-
Usage Plan & API key
Usage plan
how much & how fast access | limit, quota, throttle
-
-
-
-
-