Core Primitives iii has three top-level primitives: - Function : a named unit of work such as - Trigger : an event source bound to a function - Worker : a process that connects to the engine and executes functions Use in function IDs, leading slashes in HTTP , and for cron config. Function Registration Register local handlers when you control the implementation. Register HTTP-invoked functions when iii should call an existing external endpoint. | Shape | Use for | | --- | --- | | | Local worker code | | | Existing HTTP services | | | Binding an event source | | | Calling any function by ID |…