Transport and Platform Settings ​
Transport controls how generated components call each other. Platform controls whether generated entry points run as a service/runtime shape or through function-style handlers.
Current Terms ​
| Term | Meaning |
|---|---|
GRPC | generated gRPC server/client adapters |
REST | generated REST resource/client adapters |
LOCAL | generated in-process clients without a remote hop |
COMPUTE | service/resource runtime path |
FUNCTION | function-handler runtime path |
Transport and platform are related, but they are not the same dimension. For example, HTTP/Lambda-style execution is modeled as pipeline.platform=FUNCTION with REST-oriented generated handlers.