Topic for today: API Gateway + agent-facing API design. We've shipped Lambda, MCP, and a containerized agent — time to put a proper API in front so the gap between "works on my machine" and "works for users" closes.
- API Gateway — REST vs HTTP API, when to pick which, throttling and usage plans
- Custom domains, mTLS, and Cognito / JWT authorizers
- Streaming agent responses — SSE vs WebSockets, the 29s API GW timeout gotcha
- MCP-over-HTTP — exposing an MCP server with auth, scopes, and rate limits
- OpenAPI for agent tools — schema-first design so the LLM gets clean tool descriptions
- punith.md — Agentic AI angle on the topics
- chandana.md — AWS angle on the topics
Tracking issue: #11