alertlogic/erllambda

add support for init call back and init error

motobob opened this issue · 2 comments

add support for init call back and init error

currently init is basically Erlang applications start and thus there is not such thing as init fail.
it will just die naturally.

however when cal lfor handler init is introduces that might be needed

Not necessary as we decided that Erlang application start is the Init and no need for special init handlers.
can be revisited when use case found