You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: the opt-in real-engine program (config.With*Engine) makes a data plane actually execute the workload instead of emulating only the control surface. Today it covers 6 categories — Compute, Container, Database, Cache, Function/serverless, Storage. Extend it so more services run for real.
Search (OpenSearch / AI Search) — real index + query
DNS (Route53) — real resolution
API Gateway — real route match + backend invoke
Each engine stays opt-in (wire nothing → pure in-memory control surface, unchanged); wiring config.WithEngine makes that service's data plane real. Grow the list over time.
Goal: the opt-in real-engine program (config.With*Engine) makes a data plane actually execute the workload instead of emulating only the control surface. Today it covers 6 categories — Compute, Container, Database, Cache, Function/serverless, Storage. Extend it so more services run for real.
Candidate next engines:
Each engine stays opt-in (wire nothing → pure in-memory control surface, unchanged); wiring config.WithEngine makes that service's data plane real. Grow the list over time.