emulator
emulator copied to clipboard
Only pass functionConfig object to middlewares
Should we only pass the functionConfig object as an input parameter to the middlewares?
This would make it easier to reason about it since the input is predictable.
This object should contain all function related information. However maybe in some cases we need more info 🤔.