Skip to content

Flows

Functor entities are, by definition, composable with each other similar to functions in a functional programming language. The following shows the composability Matrix.

FunctionEventQueueRouteChannelMutationPage
Function
EventYesYesYes
RouteYes
QueueYes
ChannelYes
MutationYesYes
Not all entities are composable with each other.

tc generates Amazon States Language (ASL) using just simple constructs for basic flows. For example:

name: etl
functions:
enhancer:
root: true
function: transformer
transformer:
function: loader
loader:
end: true

WIP: documemntation