Introduction to shapers and sizers
Often when you work with functions, you want the shape or size of the output to depend on the input. Shapers and sizers enable specifying what the AE is going to return (that is, the output schema). Shaping and sizing are both implemented by using the same AE API. However, the options for sizing are much more limited.