Skip to content

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 ​

TermMeaning
GRPCgenerated gRPC server/client adapters
RESTgenerated REST resource/client adapters
LOCALgenerated in-process clients without a remote hop
COMPUTEservice/resource runtime path
FUNCTIONfunction-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.

Full Reference ​